.about-us {
    background-image: url('../../img/bg-about.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(250, 250, 252, 0.6);
    background-blend-mode: multiply;
}

.about-image {
    height: 550px;
}


.about-image .top {
    width: 406px;
    height: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.about-image .left {
    width: 317px;
    height: 250px;
    left: 0;
    transform: translateY(90%);
}

.about-image .bottom {
    width: 297px;
    height: 400px;
    transform: translateY(30%);
    right: 0;
}

.about-image.relative img {
    width: 100%;
}

.about-des p {
    font-size: 17px;
}

.vision-info {
    width: 900px;
    max-width: 90%;
    margin: 0 auto;
    background-color: var(--main-color);
    padding: 3.4em 4.3em 3.7em;
    border-radius: 8px;
    font-size: 20px;
    color: var(--white-color);
}

.vision-bottom {
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.vision-info h3 {
    font-weight: unset;
    display: inline;
    font-size: 21px;
    margin-bottom: 0;
}

.mission {
    padding-bottom: 125px;
}

.data-about {
    background-image: url('../../img/bg-4-min.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.data-item p {
    text-align: center;
}

.data-item p:first-child {
    font-size: 60px;
    font-weight: bold;
    color: var(--white-color);
}

.data-item p:last-child {
    font-size: 20px;
    color: #9d9aad;
}

.partner-logo {
    height: 350px;
    margin-right: 190px;
}

.partner-info {
    bottom: 15px;
    left: 190px;
    background: linear-gradient(341deg, #57bdcc, #5deaff);
    color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    font-size: 16px;
    width: 200px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.partner-des {
    width: 830px;
    max-width: 80%;
    margin: 0 auto;
}

.partner-image {
    height: 300px;
    border-radius: 10px;
    border: 1px solid #e7e3e3cc;
    box-shadow: rgba(0, 0, 0, 0.1) 8px 5px 10px 0px;
    padding: 20px;

}

.icon-partner {
    font-size: 50px;
}

.partner-description .btn-main .btn {
    background-color: #f8b927;
}