@media (max-width: 1680px) {
    .header-logo-container {
        max-width:270px;

    }
}

@media (max-width: 992px) {
    .title-row .title-lower.job {
        height: auto;
    }
}
@media (max-width: 768px) {
    .job-table .table tbody tr td[data-label]::before {
        color: #666;
    }
    .job-table .table tbody tr td {
        padding-right: 10px;
    }
    .jobs h3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .title-row .title-lower, .title-row .title-upper {
        margin-left: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    header#header img.logo1, header#header img.logo2 {
        max-width: 60%;
        margin-top: 20px;
    }

    #slider2 .slide-title {
        font-size: 70px;
    }


}
