.intro_layers .intro_layer .home-title1 {
    font-weight: 300;
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
}

.intro_layers .intro_layer .home-title2 {
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
}

.courses-header {
    display: inline-block;
    margin: 0 auto;
    padding: 5px 0 5px 0;
    width: 100%;
    background-color: rgba(200,200,200,0.2) !important;
}

.courses-header .button-section a {
    /*width: 150px;*/
}

.post-thumbnail > picture > img {
    width: auto;
}

@media (min-width: 1200px) {
    .sf-menu > li > a {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .affix .sf-menu>li>a {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #home_chirurgia_varicelor img {
        width: 100%;
    }
}

@media (max-width: 1435px) {
    .intro_layers .intro_layer h1.home-title1 {
        font-size: 35px;
    }

    .intro_layers .intro_layer h1.home-title2 {
        font-size: 28px;
    }

    .courses-header h4 {
        height: 40px;
        line-height: 20px;
    }

    .courses-header .button-section a {
        /*max-width: 45%;*/
    }

    .courses-header .button-section .btn {
        /*padding: 6px 0px;*/
        padding: 0.375rem 0;
        margin: 0 10px 0 10px;
        width: calc(100% - 20px);

    }
}

@media (max-width: 1199px) {
    .page_slider .intro_layers_wrapper {
        padding: 10px 0;
    }

    .courses-header h4 {
        height: 40px;
        line-height: 20px;
    }

    .courses-header .button-section a {
        /*max-width: 45%;*/
    }

    .courses-header .button-section .btn {
        padding: 0.375rem 0;
        margin: 0 0px 0 0px;
        width: 100%;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .teaser-box-section h5 {
        font-size: 22px;
    }

    .courses-header h4 {
        font-size: 16px;
        line-height: 16px;
    }

    .courses-header .button-section .btn {
        font-size: 12px;
        white-space: normal;
        line-height: 14px;
    }
}

@media (max-width: 767px) {
    .page_slider .intro_layers_wrapper {
        padding: 10px 0;
    }

    .intro_layers .intro_layer h1.home-title1 {
        font-size: 25px;
    }

    .intro_layers .intro_layer h1.home-title2 {
        font-size: 25px;
    }

    .courses-header {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid grey;
    }

    .courses-header h4 {
        font-size: 16px;
        line-height: 16px;
    }

    .courses-header .button-section a {
        /*max-width: 60%;*/
        margin-bottom: 10px;
    }

    #locatii.mt-150 {
        margin-top: 70px;
    }

    #locatii2 .mb-150 {
        margin-bottom: 50px;
    }

    #locatii2.s-py-70>[class*='container'] {
        padding-bottom: 20px;
    }
}

@media (min-width: 576px) {
    .button-section .d-sm-block {
        display: inline-block!important;
    }
}