.about_hero {
    position: relative;
    margin: 40px 0 80px;
}

.about_hero .txt {
    max-width: 85%;
}

.about_hero .txt h1 span {
    color: var(--c1);
}

.about_hero .txt h3 {
    margin-bottom: 20px;
}

.about_hero .img img {
    border-radius: 20px;
}

@media(max-width:990px) {
    .about_hero .txt {
        max-width: 100%;
        padding-bottom: 32px;
    }
}
@media(max-width:767px) {
    .about_hero {
        margin-bottom: 40px;
    }
}


/* ----------  */
.about_plain_content {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
    background-color: var(--c3);
}

.about_plain_content .txt {
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
}

.about_plain_content .txt h3 {
    margin-bottom: 20px;
}

.about_plain_content .txt h4 {
    margin-bottom: 20px;
}

.about_plain_content .txt .txt_orange {
    color: var(--c1);
}

.about_plain_content .number_content {
    padding-top: 80px;
}

.about_plain_content .number_content .wrap {
    text-align: center;
}

.about_plain_content .number_content h3 {
    font-size: 80px;
}

.about_plain_content .number_content .txt_orange {
    color: var(--c1);
    font-weight: 400;
    font-family: "SF Pro Display";
}

.about_plain_content .number_content .bot {
    position: relative;
    padding-top: 24px;
    margin-top: 24px;
}

.about_plain_content .number_content .bot::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(82, 96, 109, 0.00) 0%, #52606D 50%, rgba(82, 96, 109, 0.00) 100%);
}

.about_plain_content .number_content .bot h4 {
    font-weight: 700;
    margin-bottom: 16px;
}

@media(max-width:990px) {
    .about_plain_content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about_plain_content .number_content h3 {
        font-size: 56px;
    }
    .about_plain_content .number_content .txt_orange{
        font-size:22px;
    }
}

/* --- about_mission_vision ---  */

.about_mission_vision {
    position: relative;
    margin-bottom: 80px;
}

.about_mission_vision .wrap {
    padding: 40px;
    height: 100%;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 5px 80px 0px rgba(0, 0, 0, 0.07);
}

.about_mission_vision .wrap .flex {
    align-items: center;
    margin-bottom: 24px;
}

.about_mission_vision .wrap h3 {
    padding-left: 20px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

@media(max-width:990px) {
    .about_mission_vision{
        margin-bottom: 80px;
    }
    .about_mission_vision .col-lg-6{
        margin-bottom:32px;
    }
    .about_mission_vision .col-lg-6:last-of-type {
        margin-bottom: 0px;
    }
    .about_mission_vision .img img {
        width: 70px;
        height: 70px;
    }
}