.our_vision{
    background-color: #f1f1f1;
}

.our_vision_hero_content_list_wrapper {
    display: flex;
    gap: 30px;
}

.our_vision_hero_content_list_wrapper div {
    width: 50%;
}

.our_vision_hero_content a {
    text-decoration: underline;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.our_vision .hero_one_word_content {
    text-align: left;
}

.our_vision .hero_one_word_content .red_btn_style {
    margin-top: 40px;
    justify-content: flex-start;
}

.our_vision .hero_one_word_content .red_btn_style a {
    padding: 10px 71px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.our_vision_hero_content .global_box_heading_and_paragraph h3 {
    font-weight: 700;
    margin: 0px 0px 20px 0px;
}

.our_vision_hero_content .global_box_heading_and_paragraph p {
    margin: 0px;
}

.our_vision_hero_content .global_box_heading_and_paragraph div {
    width: 33.33%;
}

@media screen and (max-width: 991px) {
    .our_vision_hero_content_list_wrapper {
        flex-direction: column;
    }
    
    .our_vision_hero_content_list_wrapper div {
        width: 100%;
    }
    
    .our_vision .global_box_heading_and_paragraph {
        flex-direction: column;
    }
    
    .our_vision_hero_content .global_box_heading_and_paragraph div {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .our_vision .global_box_heading_and_paragraph {
        flex-direction: column !important;
    }
    
    .our_vision .hero_one_word h1{
        text-align: center;
    }
    .our_vision .hero_one_word_content {
        padding: 30px 20px;
        margin-top: 10px;
    }
    
    .our_vision h1 {
        font-size: 45px;
        word-break: break-word;
    }
    
    .our_vision .hero_one_word_content p {
        margin-bottom: 80px;
        margin-top: 40px;
    }
}
