html {
    scroll-behavior: smooth;
}

.page_content_main_container .container {
    max-width: 1800px;
    margin-top: 60px !important;
}

.breadcrumb_lists li, .breadcrumb_lists li span { 
    font-size: 20px !important;
}

.page_subtitle {
    text-transform: none;
    font-size: 50px;
}

.content_image {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.content_image img {
    max-height: 100%;
}


.font_normal {
    font-weight: normal;
}

.green-btn {
    background-color: #5a6730;
    font-size: 30px;
    font-weight: 600;
    padding: 10px 40px;
    height: auto;
    border-radius: 15px;
}

.search_left_section {
    border: none;
    padding: 0;
}

.relArticlesBottom {
    background-color: #d9d9d9;
    width: 100%;
    padding: 25px 0 60px;
    text-align: center;
}

.relArticlesBottom h2 {
    font-size: 50px;
    color: #5a6730;
    text-transform: none;
}

.relArticlesBottom li a {
    font-size: 30px;
    color: black;
    font-weight: 600;
    text-decoration: none;
    line-height: 45px;
    letter-spacing: 1px;
}

#global-footer {
    margin-top: 0;
}

@media only screen and (min-width: 1100px) and (max-width: 1700px) {

    .content_image img {
        width: 30rem;
    }

}

@media only screen and (min-width: 626px) and (max-width: 1099px) {

  
    .page_subtitle, .relArticlesBottom h2 {
        font-size: 40px;
    }

    .content_image img {
        width: 25rem;
    }

}

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

    .mobile_img {
        display: block !important;
        margin: 0 auto;
    }
    .hero_img {
        display: none;
    }
    .w-70{width:100%!important;}

}

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

    .page_subtitle, .relArticlesBottom h2 {
        font-size: 30px;
    }

    .contentBody {
        margin-top: 25px;
    }

    .relArticlesBottom {
        padding-bottom: 30px;
    }



}