.about-banner {
    margin-top: var(--header-height);
    position: relative;
    background: url(../images/about/pbanner.png);
    height: 390px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-banner img {
    width: 100%;
    object-fit: cover;
    min-height: 300px;
}

.about-banner .banner-title {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.first-content {
    background: #FEEAB8;
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.first-content .left-img {
    width: 580px;
    overflow: hidden;
}

.first-content .left-img img:hover {
    transform: scale(1.1);
}

.first-content .left-img img {
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.first-content .right-text {
    padding: 60px 100px 100px 100px;
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    color: #1D1D1D;
    line-height: 30px;
}

.second-content {
    background: #fff;
    padding-top: 150px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: calc(clamp(1100px, 75vw, 1700px) + var(--spacer) * 2);
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.second-content .text-top {
    color: #1D1D1D;
    line-height: 30px;
}

.second-content .second-context {
    display: flex;
    justify-content: center;
}

.second-content .left-text {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    color: #1D1D1D;
    line-height: 30px;
}

.second-content .right-img {
    width: 580px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.second-content .right-img img {
    object-fit: cover;
    opacity: 0;
    padding-bottom: 25px;
}



.third-content {
    background: #FDB913;

}

.third-real-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    max-width: calc(clamp(1100px, 75vw, 1700px) + var(--spacer) * 2);
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.third-content .left-img {
    width: 444px;
    height: 384px;
    overflow: hidden;
    margin: 92px 70px 92px 0;
}

.third-content .left-img img:hover {
    transform: scale(1.1);
}

.third-content .left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.third-content .right-text {
    padding: 100px 0;
    flex: 1;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 40px;
}

@media (max-width: 1160px) {
    .second-content .second-context {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .first-content .left-img {
        width: 40%;
    }

    .first-content .right-text {
        width: 60%;
        padding: 0;
        margin: 0 30px 30px 30px;
    }

    .second-content {
        width: 100%;
    }

    .second-content .right-img {
        width: 50%;
    }

    .second-content .left-text {
        width: 50%;
        padding: 0;
        margin: 0 0 50px 0;
    }

    .third-real-content {
        width: 100%;
    }

}

@media (max-width: 920px) {
    .first-content {
        flex-wrap: wrap;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .first-content .left-img {
        width: 100%;
        margin: 0 3.5% 10px 3.5%;
    }

    .first-content .right-text {
        width: 100%;
        padding: 0;
        margin: 50px 3.5% 10px 3.5%;
    }

    .second-content {
        flex-wrap: wrap;
        padding-top: 50px;
        padding-right: 3.5% !important;
        padding-left: 3.5% !important;
    }

    .second-content .right-img {
        width: 100%;
        margin: 50px 3.5% 0px 0%;
    }

    .second-content .left-text {
        width: 100%;
        padding: 0;
        margin: 0;
    }


    .third-real-content {
        flex-wrap: wrap;
        width: 100%;
        padding-left: 3.5% !important;
        padding-right: 3.5% !important;
    }

    .third-content .left-img {
        width: 100%;
        margin: 10px;
    }

    .third-content .right-text {
        width: 100%;
        padding: 0;
        margin: 50px 0;
    }

    .px-3,
    .container-fluid-px,
    .container-fluid-px-mw {
        padding-left: 3.5% !important;
        padding-right: 3.5% !important;
    }

    .footer-main .container-fluid-px-mw .left .footlogo img {
        padding-left: 0 !important;
    }

}

@media (max-width: 1024px) {

    .about-banner .banner-title {
        left: 20%;
    }
}

@media (max-width: 750px) {
    .about-banner {
        background: url(../images/2.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 138px;
    }
}

@media (max-width: 610px) {
    .about-banner .banner-title {
        left: 50%;
        top: 50%;
    }
}

@media (min-width: 576px) {

    .second-content,
    .third-real-content,
    .partner-item>ul {
        padding-right: var(--spacer) !important;
        padding-left: var(--spacer) !important;
    }
}