.partner {
    padding-left: 10.4%;
    padding-right: 10.4%;
    margin-top: 80px;
    padding-bottom: 50px;
}


.banner-text-area {
    width: auto;
    height: auto;
    border: 0;
    text-align: right;
    top: inherit;
    bottom: 2vw;
}

.banner-text1 {
    background: #4FB1E2;
    display: inline-block;
    font-size: 4vw;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0 0.5vw;
    line-height: normal;
}

.banner-text2 {
    background: #4FB1E2;
    display: inline-block;
    font-size: 4vw;
    color: #fff;
    font-weight: 500;
    padding: 0 1vw;
    opacity: 0.9;
    line-height: normal;
}

.banner-bg {
    background: #4FB1E2;
    position: absolute;
    width: 8.85%;
    height: 11%;
    top: 8%;
    left: 18%;
    opacity: 0.9;

}

.banner-bg2 {
    background: #4FB1E2;
    position: absolute;
    width: 8%;
    height: 10%;
    top: 19%;
    left: 12%;
    opacity: 0.9;
}

.banner-bg3 {
    background: #4FB1E2;
    position: absolute;
    width: 15%;
    height: 11%;
    top: 29%;
    left: 12%;
    opacity: 0.9;
}



@media (max-width: 768px) {
    .banner-text-area-project {
        text-align: center;
        padding-top: 3%;
        opacity: 0.9;
        margin-top: 3%;
        height: auto;
        right: inherit;
        bottom: inherit;
        left: 19%;
        top: 15%;
        width: 65%;
    }

    .banner-text-2-project {
        margin-bottom: 8%;
        margin-top: 4%;
        font-size: 5.5vw;
    }

    .banner-text-3 {
        color: #fff;
        font-size: 4.5vw;
        margin-top: -6%;
    }

    .banner-button {
        margin-bottom: 6%;
    }

    #root {
        background: #fff;
    }

    .partner {
        margin-top: 15px;
        padding: 0;
        margin-bottom: 30px;
    }

    .content {
        padding: 0;
    }
}