.information_module_block h2{
    color: red;
}

.big_text_blook__area .bg__ash {
    background: #EDF3F2;
    padding: 50px 120px;
}

.big_text_blook__area h1.title {
    color: #0C695A;
    font-size: 45px;
    font-weight: 600;
    font-family: sans-serif;
    padding-bottom: 50px;
}
.contact_big_text p {
    color: #0c695a;
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
    margin-right: 100px;
    /* padding-bottom: 50px; */
}
.contact_big_text .text-area {
 float: left;
}

.texr-area-hero {
    padding-bottom: 40px;
}

.contact_big_text a {
    border-color: #86AEAA;
    background: #fff;
    color: #0c695a;
    /* font-family: sans-serif; */
    font-weight: 700;
    letter-spacing: 0;
    border-width: 4px;
    font-size: 19px;
    border-radius: 0;
    margin-top: 12px;
    padding: 3px 38px;
    letter-spacing: 0;
}

.contact_big_text {
    /* display: flex; */
    overflow: hidden;
    padding: 0 50px;
}

.hero_info_area {
    background: rgb(10 92 80 / 80%);
    color: #fff;
    width: 30%;
    padding: 70px 50px 50px;
     margin-left: 120px; 
/*    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);*/
}


.hero_info_area h1 {
    text-transform: uppercase;
    font-family: system-ui;
    font-size: 45px;
    font-weight: 700;
}

.hero_info_area p {
    padding: 30px 0 50px;
    font-family: 'Open Sans';
    font-weight: 500;
    line-height: 26px;
}

.hero_info_area a, .Photooverlay_textBox a{
    background: #fff;
    color: rgb(10 92 80);
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    border: none;
    padding: 7px 22px;
    font-family: 'Open Sans';
}
.Photooverlay_textBox a {
    border-color: #0C695A;
    border: 4px solid;
    border-radius: 0;
}
section.hero_overlay__area {
     position: relative;
     z-index: 9;
     background-position: center center; 
     background-repeat: no-repeat; 
     border-radius: 7px; 
     background-size: contain; 
}

section.text_page_photoOverlay_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Photooverlay_textBox {
    background: rgb(237 243 242);
    padding: 50px;
    width: 50%;
    order: -1;
    margin: 120px -9% 0 0;
    flex-basis: auto;
    z-index: 4;
}

.Photooverlay_img {
    width: 58%;
    flex-basis: auto;
    margin-bottom: 90px;
}


.Photooverlay_textBox h2 {
    color: rgb(12 105 90);
    font-size: 42px;
    font-weight: 700;
    font-family: system-ui;
    letter-spacing: 0;
    padding-bottom: 30px;
}

.Photooverlay_textBox p {
    color: rgb(12 105 90);
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 40px;
}
section.text_page_photoOverlay_area.photoOverlay_area_two {
    justify-content: normal;
}

.Photooverlay_textBox.two {
    order: 1;
    margin: 100px -9% 0;
}

.owl-carousel.text_page_gallery img {
    border-radius: 7px;
}

.owl-carousel.text_page_gallery .owl-nav .owl-prev, 
.owl-carousel.text_page_gallery .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 75px;
    color: #fff;
}

.owl-carousel.text_page_gallery .owl-nav .owl-next {
	left: auto;
	right: 20px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.owl-carousel.text_page_gallery .owl-nav button:focus {
    outline: none;
}

.owl-carousel.text_page_gallery .owl-nav [class*=owl-]:hover {
    background: none!important;
}

@media only screen and (min-width: 1201px) and (max-width: 1350px) { 

.big_text_blook__area h1.title {
    font-size: 42px;
}
.hero_info_area {
    width: 40%;
}

}


@media only screen and (min-width: 992px) and (max-width: 1200px) {

.big_text_blook__area h1.title {
    font-size: 30px;
    line-height: 41px;
}
.contact_big_text {
    padding: 0;
}
.contact_big_text p {
    margin-right: 66px;
}
.hero_info_area {
    width: 50%;
}
.Photooverlay_textBox h2 {
    font-size: 28px;
}


}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.big_text_blook__area h1.title {
    font-size: 29px;
    line-height: 40px;
}

.big_text_blook__area .bg__ash {
    padding: 50px 20px;
}
.contact_big_text {
    padding: 0 0px;
}
.contact_big_text p {
    font-size: 16px;
    line-height: 25px;
}

section.hero_overlay__area {
    background-size: cover;
}
.hero_info_area {
    padding: 70px 20px 50px;
    width: 50%;
}

.Photooverlay_img {
    width: 100%;
    margin-bottom: 0;
}
.Photooverlay_textBox {
    width: 100%;
    order: 1;
    margin: 0px 0% 0 0;
    padding: 30px;
}
.Photooverlay_img img {
    margin-bottom: 0;
}
.Photooverlay_textBox.two {
    margin: 0px 0% 0;
}
.Photooverlay_textBox h2 {
    font-size: 23px;
}

}

@media only screen and (max-width: 767px) {

.big_text_blook__area h1.title {
    font-size: 19px;
    line-height: 29px;
    padding-bottom: 30px;
}
 
.big_text_blook__area .bg__ash {
    padding: 50px 20px;
}
.contact_big_text {
    padding: 0 0px;
}
.contact_big_text p {

    font-size: 12px;
    line-height: 19px;
    margin-right: 0px;
}
section.hero_overlay__area {
    background-size: cover;
}
.hero_info_area {
    width: 80%;
    padding: 70px 20px 50px;
    margin-left: 0;
    margin: 0 auto;
}
.hero_info_area h1 {
    font-size: 29px;
}
.Photooverlay_img {
    width: 100%;
    margin-bottom: 0;
}
.Photooverlay_textBox {
    width: 100%;
    order: 1;
    margin: -28% 7% 0 7%;
    padding: 30px;
}

.Photooverlay_img img {
    margin-bottom: 0;
}
.Photooverlay_textBox.two {
    margin: -28% 7% 0 7%;
    width: 90%;
}
.Photooverlay_textBox h2 {
    font-size: 19px;
}
.hero_overlay .col-md-12, .picoverlayL .col-md-12, .picoverlayR .col-md-12 {
    padding: 0;
}


}