.profiles {
    padding: 0.6rem 0 0.68rem;
    width: 16rem;
    margin: 0 auto;
    font-family: Poppins, Poppins;
}

.pro-title {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.pro-title a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.5rem;
    padding: 0 0.26rem;
    background: #ADAFB0;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.39rem;
    margin-right: 0.6rem;
}

.active {
    background: #191919 !important;
}

.pro-title a:last-child {
    margin: 0;
}

.profiles .pro-cont {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.profiles .pro-cont .pro-card {
    width: 3.76rem;
    height: 3.6rem;
    margin-bottom: 0.32rem;
    margin-right: 0.24rem;
    box-sizing: border-box;
}

.profiles .pro-cont .pro-card:nth-child(4n){
    margin-right: 0;
}

.pro-card .pro-img {
    width: 3.76rem;
    height: 2.8rem;
    overflow: hidden;
}

.pro-card .pro-img img {
    width: 3.76rem;
    height: 2.8rem;
    transition: all 0.3s;
}

/* .pro-card .pro-img img:hover {
    transform: scale(1.2);
} */

.pro-card .pro-img .img-active {
    transform: scale(1.2);
}

.pro-card .pro-text {
    width: 3.76rem;
    height: 0.8rem;
    background: #131113;
}

.pro-card .pro-text p {
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.8rem;
    text-align: center;
}