.about-mission {
    align-items: center;
}
.about-mission .value b {
    color: var(--color-primary);
}

.about-item {
    font-weight: bold;
    max-width: 290px;
    margin: auto;
    text-align: center;
}
.about-item img {
    width: 70%;
}
.about-banner-image {
    position: relative;
    width: 80vw;
    height: 30vw;
    margin: 100px auto;
}

.about-banner-image img:nth-child(1) {
    position: absolute;
    width: 12vw;
    top: -1vw;
    left: 9vw;
}
.about-banner-image img:nth-child(2) {
    position: absolute;
    width: 13vw;
    top: -2vw;
    right: 13vw;
}
.about-banner-image img:nth-child(3) {
    position: absolute;
    width: 7vw;
    top: 19vw;
    right: 19vw;
}
.about-banner-image img:nth-child(4) {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.about-mission .mission-text {
    background: #F8FBFF;
    padding: 30px;
}
.about-mission .mission-icon {
    color: #D39F3F;
}
.mission-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    padding: 6px;
}
.d-inline-block {
    display: inline-block;
}
.mission-image p.content {
    margin-bottom: 0;
    height: 100px;
    margin: auto;
}

.mission-image {
    background: linear-gradient(#d5e8ff, #e5effb);
    padding: 20px;
    min-height: 365px;
    border-radius: 20px;
}
.p-title {
    font-size: 18px;
}
@media screen and (max-width: 1200px) { }
@media screen and (min-width: 601px) {
    .mission-image p.content .value {
        display: block;
    }
}
@media screen and (max-width: 900px) {
    .about-banner-image {
        width: 89vw;
    }
    .about-banner-image img {
        width: 100%;
    }
    .about-banner-image img:nth-child(1) {
        width: 17vw;
        top: -11vw;
    }
    .about-banner-image img:nth-child(2) {
        width: 20vw;
        top: -12vw;
    }
    .about-banner-image img:nth-child(3) {
        width: 14vw;
        top: 20vw;
    }
    .about-banner-image img:nth-child(4) {
        width: 85%;
    }
    .mission-col-12 {
        margin-top: 0px;
    }
    .helps-enhance .logo-img {
        display: none;
    }
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 600px) {
    .about-item img {
        width: 50%;
    }
    .mission-image {
        padding: 10px;
        min-height: 200px;
    }
    .p-title {
        font-size: 14px;
    }
    .about__main .row-text {
        padding: 0;
    }
    .meeting-the-most {
        display: block;
    }
    .about-mission .mission-text {
        margin-top: 30px;
    }
    .about-award {
        padding: 0;
    }
    .about-award .col-md-4 {
        margin-bottom: 30px;
        width: 50%;
    }
    .about-award .col-md-4:last-child {
        width: 100%;
    }
    .about-award .col-md-4:last-child .about-item {
        width: 50%;
        margin: auto;
    }
    .mission-image {
        border: none;
    }
    .helps-enhance .col-lg-6 {
        margin-bottom: 30px;
        padding: 0 7px;
    }
    .helps-enhance .col-lg-6, .helps-enhance .col-md-12 {
        border-radius: 10px;
    }
    .helps-enhance .about-mission {
        text-align: center;
        background: #F8FBFF;
        border-radius: 6px;
    }
    .helps-enhance .col-lg-6:first-child .about-mission {
        display: flex;
        flex-direction: column-reverse;
    }
    .helps-enhance .col-lg-6:nth-child(2) .about-mission {
        display: block;
    }
    .mission-col-12 .about-mission img {
        margin-top: 30px;
    }
    .mission-image p.content {
        width: 100%;
        height: auto;
    }
    .mission-col-12 {
        margin-top: 0;
    }
    .form-subscrible .email {
        width: 185px;
    }
    .mission-icon {
        display: none;
    }
    .meeting-the-most {
        padding: 20px 0;
    }
    .about-item {
        max-width: 300px;
    }
}
@media screen and (max-width: 450px) {}
@media screen and (max-width: 390px) {}
