.about_section {
    padding-top: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about_section_hero {
    padding: 150px 0;
}

.about_section_hero h1 {
    color: #FFF;
    font-size: 55px;
    font-weight: 400;
    line-height: 76px;
}

.about_section_hero p {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    max-width: 540px;
    margin-bottom: 20px;
}

.about_hero_link {
    justify-content: left;
}

.our-vision-about .our-vision-content p {
    width: 486px;
    margin-top: 0;
}

.our_services_title {
    margin-bottom: 50px;
    text-align: center;
}

.about_section_models {
    background: #020C47;
    padding: 85px 0;
}

.about_section_models_content {
    max-width: 520px;
}

.about_section_models_content img {
    width: 62px;
    margin-bottom: 20px;
}

.about_section_models_content h2 {
    color: #FFF;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about_section_models_content p {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 65px;
}

.about_section_models_content .red_btn_style {
    justify-content: left;
}

.join_committee_section {
    padding: 85px 0;
    background: #E9E9E9;
}
.about_page_join_committee .red_btn_style.join_committee_button{
    width: unset;
}
.about_page_join_committee .red_btn_style.join_committee_button a{
    padding: 10px 20px;
}
.about_section_new{
    background-color: #E9E9E9;
    padding: 40px;
}
.about_section_new_content{
    background-color: #020C47;
    padding: 75px 40px 50px;
    max-width: 1340px;
    margin: 0px auto;
    box-shadow: 0px 8px 24px 1px rgba(33, 33, 33, 0.2);
    border-radius: 20px;
}
.about_section_new_content p{
    margin: 20px 0px;
    font-size: 18px;
    color: white;
    text-align: center;
}
.about_section_new_content h3{
    color: #D70E09;
    font-size: 32px;
    line-height: 150%;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.about_section_new_content h2 {
    color: white;
    font-size: 45px;
    line-height: 150%;

    text-align: center;
    max-width: 500px;
    margin: 20px auto;
}
.about_section_new_content h2 span{
    color: #D70E09;
}
@media screen and (max-width: 1240px) {
    .our-vision-about .our-vision-content p {
        padding-right: 50px;
    }
    .about_page_join_committee .red_btn_style.join_committee_button {
        width: 300px;
    }
}

@media screen and (max-width: 991px) {
   
    .about_section_models_content p {
        margin-bottom: 40px;
    }
    .about_page_join_committee .red_btn_style.join_committee_button {
        width: 400px;
        display: flex;
        justify-content: right;
    }

}

@media screen and (max-width: 768px) {
    .about_section_hero {
        padding: 100px 0;
    }

    .about_section_models .col-12 {
        margin-bottom: 70px;
    }

    .about_section_models .col-12:last-child {
        margin-bottom: 0;
    }

    .join_committee_text p {
        margin-bottom: 30px;
    }
    .about_page_join_committee .red_btn_style.join_committee_button{
        justify-content: left;
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .about_section_hero {
        padding: 70px 0 40px;
    }

    .about_section_hero h1 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .about_section_hero p {
        font-size: 15px;
        line-height: 150%;
    }

    .about_page_join_committee a,
    .about_section_models_content .red_btn_style a,
    .about_hero_link.red_btn_style a {
        width: 100%;
        text-align: center;
    }

  

    .about_page_join_committee .join_committee {
        margin-top: 0;
        padding: 20px;
    }

    .about_page_join_committee {
        padding: 60px 0;
        text-align: center;
    }

    .about_section_models_content h2 {
        font-size: 25px;
    }

    .about_section_models {
        padding: 60px 0;
    }
    .our_services_title{
        font-size: 30px;
    }
    .join_committee_text h2{
        font-size: 30px;
    }
}