/*Hero Banner Start*/
.hero_banner{
    background: var(--light-bgcolor);
    display: flex;
    flex-direction: column-reverse;
    gap: 14px;
    padding: 28px 20px;
}

@media screen and (min-width:768px){
    .hero_banner {
        flex-direction: row;
        align-items: center;
        gap: 64px;    
        padding: 64px;
    }    
}

.content_wrapper{
    display: flex;
    flex-direction: column;
    width:100%;
    gap: 14px;
}

@media screen and (min-width:768px){
    .content_wrapper {
        gap: 22px;
        max-width:calc(60% - 64px * 1 /2);
    }    
}

.hero_banner_heading {
    font-size: 26px;
}
@media screen and (min-width:768px){
    .hero_banner_heading {
        font-size: 42px;
    }
}

.hero_banner_tagline {
    font-size: 18px;
}
@media screen and (min-width:768px){
    .hero_banner_tagline {
        font-size: 24px;
    }
}

.hero_banner_description {
    font-size: 14px;
    text-align: justify;
}
@media screen and (min-width:768px){
    .hero_banner_description {
        font-size: 16px;
    }
}
.image_wrapper{
    width:100%;
}

@media screen and (min-width:768px){
    .image_wrapper {
        max-width:calc(40% - 64px * 1 /2);
    }    
}
.hero_image{
    width:100%;
    height:auto;
    scale: 1.2;
}

@media screen and (min-width:768px){
    .hero_image {
        
    }    
}

/*Hero Banner End*/

/*Our Story Start*/

.our_story {
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .our_story {
        padding: 50px 100px;
    }
}

.our_story_heading {
    font-size: 28px;
    color: var(--heading-font-color);
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .our_story_heading {
        font-size: 36px;
    }
}

.our_story_description {
    font-size: 12px;
    text-align: justify;
    padding-top: 10px;
}

@media screen and (min-width: 768px) {
    .our_story_description {
        text-align: flex-start;
        font-size: 16px;
        margin: 0 auto;
    }
}
/*Our Story End*/
/*What We Do Start*/

.what_we_do {
    background: var(--light-bgcolor);
    display: flex;
    flex-direction: column-reverse;
    gap: 0px;
    padding: 12px 20px 28px;
}

@media screen and (min-width:768px){
    .what_we_do {
        flex-direction: row;
        align-items: center;
        gap: 64px;    
        padding: 32px 64px;
    }    
}

.what_we_do_content_wrapper{
    display: flex;
    flex-direction: column;
    width:100%;
    gap: 14px;
}

@media screen and (min-width:768px){
    .what_we_do_content_wrapper {
        gap: 22px;
        max-width:calc(65% - 64px * 1 /2);
    }    
}

.what_we_do_heading {
    font-size: 26px;
}
@media screen and (min-width:768px){
    .what_we_do_heading {
        font-size: 42px;
    }
}

.what_we_do_detail_wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (min-width:768px){
    .what_we_do_detail_wrapper {
        gap: 10px;
    }    
}

.what_we_do_description {
    font-size: 14px;
    text-align: justify;
}
@media screen and (min-width:768px){
    .what_we_do_description {
        font-size: 16px;
    }
}

.what_we_do ul {
    display: block;
    list-style-type: disc;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.what_we_do_image_wrapper{
    width:100%;
}

@media screen and (min-width:768px){
    .what_we_do_image_wrapper {
        max-width:calc(35% - 64px * 1 /2);
    }    
}
.what_we_do_hero_image{
    width:100%;
    height:auto;
}

@media screen and (min-width:768px){
    .what_we_do_hero_image {
        
    }    
}

/*What We Do End*/
/*Our Mission Start*/
.our_mission {
    background: var(--light-bgcolor);
    display: flex;
    flex-direction: column-reverse;
    gap: 14px;
    padding: 28px 20px;
}

@media screen and (min-width:768px){
    .our_mission {
        flex-direction: row-reverse;
        align-items: center;
        gap: 64px;    
        padding: 64px;
    }    
}

.our_mission_content_wrapper{
    display: flex;
    flex-direction: column;
    width:100%;
    gap: 14px;
}

@media screen and (min-width:768px){
    .our_mission_content_wrapper {
        gap: 22px;
        max-width:calc(60% - 64px * 1 /2);
    }    
}

.our_mission_heading {
    font-size: 26px;
}
@media screen and (min-width:768px){
    .our_mission_heading {
        font-size: 42px;
    }
}

.our_mission_tagline {
    font-size: 18px;
}
@media screen and (min-width:768px){
    .our_mission_tagline {
        font-size: 24px;
    }
}
.our_mission_details_wrapper {
    display: flex;
    flex-direction: column;
    gap:10px;
}
@media screen and (min-width:768px){
    .our_mission_details_wrapper {
        
    }
}


.our_mission_description {
    font-size: 14px;
    text-align: justify;
}
@media screen and (min-width:768px){
    .our_mission_description {
        font-size: 16px;
    }
}
.our_mission_image_wrapper{
    width:100%;
}

@media screen and (min-width:768px){
    .our_mission_image_wrapper {
        max-width:calc(40% - 64px * 1 /2);
    }    
}
.our_mission_hero_image{
    width:100%;
    height:auto;
    scale: 1.2;
}

@media screen and (min-width:768px){
    .our_mission_hero_image {
        
    }    
}

/*Our Mission End*/
