body{
    background: var(--WildSand, #F5F5F5);
}
.header-about-page{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 41.979%;
}
.header-about-page:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(33, 33, 33, 0.65);
}
.header-about-page .content-header-about-page {
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    top:30%;
}
.ahdaf-section,.arzesh-section{
    margin-block: 10rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.card-category{
    width: auto !important;
}
.content-section{
    margin-block: 10rem;
}
.content-section .section-title{
    margin-bottom: 2.6rem;
}
.content-section .title{
    color: var(--Gray, #262626);
    text-align: right;
}
.content-section .img-col-2{
    width: 100%;
    padding-top: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: var(--Large, 1.5rem);
}
.team-section{
    margin-block: 10rem;
}
.team-section .section-title{
    margin-bottom: 3.87rem;
}
.hamkaran_section{
    margin-block: 10rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.hamkaran_section .box .logos{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.hamkaran_section .box .logos img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s ease;
    max-width: 8.4375rem;
    max-height: 2.71875rem;
}
.hamkaran_section .box .logos img:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.hamkaran_section .box{
    background: var(--blue-100, #DBEAFE);
    padding-block: 2.5rem ;
}
.arzesh-section .content{
    position: relative;
    padding: 11rem 4rem;
    color:white;
    order: 1;
}
.arzesh-section .content:before{
    content: "";
    position: absolute;
    bottom:0;
    right: 0;
    width: 175%;
    height: 100%;
    border-radius: var(--Large, 1.5rem);
    background: var(--Secondary, #1D2E41);
    z-index: -1;
}
.arzesh-section .picture{
    order:2;
}
.arzesh-section .picture .img{
    width: 100%;
    padding-top: 58.61%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--Large, 1.5rem);
}


@media only screen and (max-width: 1400px) {
    .arzesh-section .content{
        padding: 6rem 2rem 6rem 0;
    }
}
@media only screen and (max-width: 1200px) {
    .header-about-page{
        padding-block: 2rem !important;
    }
    .arzesh-section .content:before {
        width: 165%;;
    }
    .header-about-page .content-header-about-page {
        position: relative;
        right: 0;
        transform: none;
        top:0;
    }
    .ahdaf-section,.team-section,.arzesh-section,.content-section,.hamkaran_section{
        margin-block: 5rem;
    }
    .arzesh-section .content{
        padding: 3rem 2rem 3rem 0;
    }
}
@media only screen and (max-width: 993px) {
    .ahdaf-section{
        margin-block: 3rem;
    }
    .hamkaran_section .box .logos{
        display: flex;
        justify-content: center;
        flex-wrap:wrap;
        gap:2rem;
    }
    .hamkaran_section .box .logos img{
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: all .3s ease;
        max-width: 8.4375rem;
        max-height: 2.71875rem;
    }
    .arzesh-section .picture{
        order:1;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .arzesh-section .content{
        order:2;
        padding: 4rem 5rem;
    }
    .arzesh-section .content:before{
        width: 100%;
        height: 160%;
        z-index: -1;
    }
    .arzesh-section .picture .img{
        width: 87.4%;
        padding-top: 43%;
    }

}

@media only screen and (max-width: 768px) {
    .arzesh-section .content:before{
        height: 150%;
    }
    .team-card .user-title{
        font-size: 0.875rem;
    }
    .team-card .user-name{
        font-size: 1rem;
    }
}
@media only screen and (max-width: 575.98px) {
    .header-about-page{
        padding-block: 2rem !important;
    }
    .header-about-page .content-header-about-page {
        position: relative;
        right: 0;
        transform: none;
        top:0;
    }
    .arzesh-section .content:before{
        height: 140%;
    }
    .arzesh-section .content p{
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media only screen and (max-width: 401px) {
    .arzesh-section .content:before{
        height: 120%;
    }
}