.about_us{
    background-color: #fafafa;
}
section.about-1 {
    padding: 90px 0;
}
section.about-1 h1 {
    color: #222;
    font-size: 42px;
    text-align: center;
    max-width: 890px;
    margin: 0 auto 15px auto;
    line-height: 60px;
}
section.about-1 p {
    color: rgba(34,34,34,.65);
    text-align: center;
    max-width: 85%;
    margin: 15px auto 0;
    font-size: 20px;
    line-height: 27px;
}
.our_story {
    background: #f4f4f4;
    border-radius: 0px;
    padding: 40px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.our_story h2 {
    font-size: 26px;
    color: #222;
    line-height: 30px;
    margin-bottom: 15px;
}
.our_story p {
    font-size: 16px;
    color: rgba(34, 34, 34, .65);
    margin-bottom: 25px;
    line-height: 22px;
}
.logo_bottom_img {
    margin-top: auto;
    width: 250px;
    display: none;
}
section.how_it_works {
    padding: 80px 0;
}
/* .icon_main {
    width: 60px;
} */
.icon_main img{
    width: 100%;
    object-fit: contain;
}
.icon_text_wrapper h4 {
    font-size: 23px;
    color: #222;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.our_mission {
    background-image: url(../images/mission.jpg);
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px;
    display: flex;
    align-items: center;
}
.about-3 {
    padding: 60px 0;
}
.our_mission_text h1 {
    font-size: 24px;
    margin-bottom: 15px;
}
.our_mission_text p {
    font-size: 19px;
    line-height: 27px;
}
.our_mission_text {
    max-width: 57%;
}
.about-2 {
    padding: 40px 0;
}
.about-4 {
    padding: 60px 0 80px 0;
}
.about_text-4 {
    max-width: 70%;
    margin: 0 auto;
}
.about_text-4 h5 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #444;
}
.icon_text-4{
    margin: 20px 0;
    text-align: center;
}
.icon_text-4 img {
    filter: brightness(0);
    width: 200px;
}
.icon_text-4 {
    margin: 40px 0 20px;
    text-align: center;
}
.images_event_video {
    position: relative;
    width: 100%;
    /* height: 600px; */
}
.images_event_video img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
img.site-logo.quote-image {
    filter: inherit !important;
}
.icon_main img {
    filter: brightness(0);
}



@media(max-width:991px){
    section.about-1 p{
        width: 95%;
    }
    section.about-1 h1{
        width: 90%;
    }
}
@media(max-width:767px){
    .about-3 {
        padding: 30px 0;
    }
    .about_text-4 {
        max-width: 85%;
        margin: 0 auto;
    }
    .about_text-4 h5 {
        font-size: 20px;
    }
    .about-4 {
        padding: 00px 0;
    }
    .section__title-wrapper .section__title {
       
        font-size: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:575px){
    .about-1 h1{
        max-width: 94% !important;
    }
    .about-1 h1 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .about-1 p {
        font-size: 16px !important;
        line-height: 22px !important;
        max-width: 94% !important;
    }
    .about-1 {
        padding: 30px 0 30px !important;
    }
    .icon_text_wrapper {
        padding: 10px 15px;
        
    }
    .icon_text_wrapper h4 {
        font-size: 19px;       
        margin-bottom: 15px;
    }
    .our_mission_text p {
        font-size: 16px;
        line-height: 22px;
    }
    .our_mission{
        height: auto;
    }
    section .tf-container {
        width: 100%;
        margin: 0;
       
    }
    .my_custom_cotainer{
        padding: 0;
    }
    .our_story{
        padding: 20px 20px;
    }
    .our_mission_text {
        max-width: 100%;
        background: rgb(255 255 255 / 40%);
        padding: 25px;
        
    }
    .our_mission{
        padding: 0;
        
    }
    .about-2 {
        padding: 20px 0;
    }
    .ms-team-area {
        padding: 30px 0;
        position: relative;
        /* background-color: #f4f4f4; */
    }
    section.how_it_works {
        padding: 0;
    }
    
}