.about-banner {
    background-image: url(/images/about/about_banner.png);
    background-size: cover;
    background-position: center;
    /* padding: 14% 9%; */
    margin-top: 4%;
    position: relative;
}
.about_content{
    width: 55%;
}
.about_content h1{
    font-size: 3rem;
}
.about-background{
    padding: 23% 9% 6% 9%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.00) 65.07%);
}
.mission{
    padding: 5% 9%;
}
.about-partners{
    padding: 5% 9%;
    background-image: url(/images/about/img-about-us-sisters-company-background.png);
    background-size: cover;
    background-position: center;
}
.about-partners .item_smw{
    width: 25%;
}
.about-partners .item_padi{
    width: 30%;
}
.about-partners .item_bus{
    width: 30%;
}
.about_team{
    padding: 5% 14%;
}
.about-partners h2, .about_team h2, .mission h2{
    margin-bottom: 1rem;
}
.about_team .content{
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}
.about_team .member{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about_team .person_img_container {
    width: 80%;
    height: 60%;
    overflow: hidden; /
}
.about_team .person_img_container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

@media (min-width: 2560px){
    .about_content h1 {
        font-size: 5rem;
    }
    .h2, h2 {
        font-size: 3rem;
    }
    .h6, h6 {
        font-size: 2rem;
    }
    body {
        font-size: 1.5rem;
        line-height: 3rem;
    }
}
@media (min-width: 1900px) and (max-width: 2399px) {
    .about_content h1 {
        font-size: 3.6rem;
    }
    .h2, h2 {
        font-size: 2.7rem;
    }
    .h6, h6 {
        font-size: 1.7rem;
    }
}
@media (min-width: 1680px) and (max-width: 1899px) {
    .h2, h2 {
        font-size: 2.5rem;
    }
    .h6, h6 {
        font-size: 1.5rem;
    }
    body {
        font-size: 1.2rem;
        line-height: 2rem;
    }
}
