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

    #main_head_section>.main_head_section_title,
    #main_head_section>.main_head_section_title>h1 {
        font-size: 2rem !important;
        width: 90vw !important;
        left: 5% !important;
        top: 5%;
    }

    .section_absolute_title_1 {
        font-size: 2rem;
    }

    .section_absolute_title_2 {
        position: relative;
        color: white !important;
        font-family: 'Urbanist-SemiBold';
        font-size: 1rem !important;
        width: 100% !important;
        left: 0;
        text-align: center;
    }

    .section_absolute_content_2 {
        position: relative;
        width: 100% !important;
        color: white !important;
        font-family: 'Urbanist-Light';
        left: 0;
        font-size: 0.7rem !important;
        text-align: center;
    }

    .home-section-4-title {
        font-size: 2.3rem;
        line-height: 5rem;
    }
}

@media only screen and (max-width: 955px) {
    .section_absolute_title_1 {
        position: relative !important;
        left: 0;
        top: 0;
        width: 100% !important;
        font-size: 1.4rem !important;
    }

    .section_absolute_title_2 {
        position: relative;
        color: white !important;
        font-family: 'Urbanist-SemiBold';
        font-size: 1rem;
        width: 100%;
        left: 0;
        text-align: center;
    }

    .section_absolute_content_2 {
        position: relative;
        width: 100%;
        color: white !important;
        font-family: 'Urbanist-Light';
        left: 0;
        font-size: 0.7rem;
        text-align: center;
    }

    #main_header {
        position: relative;
        width: 100%;
    }

}

@media (min-width: 1200px) {
    .row-cols-lg-7>* {
        width: 14.285714285714285714285714285714%;
    }

    .section_absolute_title_1 {
        left: 54%;
        top: 70%;
        width: 35%;
        font-size: 2.6rem;
        text-align: center;
    }


}

@media (min-width:956px) and (max-width:1740px) {

    .section_absolute_title_2 {
        top: 5%;
        color: #206337;
        font-family: 'Urbanist-SemiBold';
        font-size: 2rem;
        width: 50% !important;
    }

    .section_absolute_content_2 {
        top: 29%;
        width: 41% !important;
        text-align: left;
        color: #206337;
        font-family: 'Urbanist-Light';
        font-size: 0.9rem;
    }
}

@media (min-width: 1520px) {
    .section_absolute_title_1 {
        font-size: 1.9rem;
    }
}
