/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.job-small-container {
    background-image: url("bg-jobs.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}
.job-small-container-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 200px 0;
    position: relative;
}
span.job-small-content-text {
    font-size: 60px;
    font-weight: bold;
    color: white;
    margin: 60px 0;
    display: block;
    line-height: 74px;
}
a.job-small-content-button {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    margin-left: 95px;
}
a.job-small-content-button:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 70 70'%3E%3Cg id='cta_circle_white' transform='translate(-1450 -3495)'%3E%3Ccircle id='Ellipse_268' data-name='Ellipse 268' cx='35' cy='35' r='35' transform='translate(1450 3495)' fill='%23fff'/%3E%3Cline id='Line_115' data-name='Line 115' x2='23.229' transform='translate(1473.385 3530.215)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_116' data-name='Line 116' x2='6.761' y2='6.934' transform='translate(1489.854 3523.066)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_117' data-name='Line 117' y1='6.934' x2='6.761' transform='translate(1489.854 3530.215)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    position: absolute;
    content: " ";
    width: 70px;
    height: 70px;
    left: 0;
    transform: translateY(-23px);
}

.job-small-img img {
    width: 1060px;
    height: 560px;
    margin-left: -100px;
    object-fit: cover;
}
span.job-small-img-text {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(calc(-50% + 110px), -50%);
    font-size: 250px;
    color: white;
}
.job-small-img {
    position: relative;
}

@media (max-width: 1180px) {
    .job-small-container-inner {
        margin: 0 20px;
        padding: 80px 0 100px;
        position: relative;
    }
    span.job-small-content-text {
        font-size: 30px;
        line-height: normal;
        margin: 30px 15px;
    }
    a.job-small-content-button {
        margin-left: 70px;
        font-size: 11px;
        letter-spacing: 3.3px;
    }
    a.job-small-content-button:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 70 70'%3E%3Cg id='cta_circle_white' transform='translate(-1450 -3495)'%3E%3Ccircle id='Ellipse_268' data-name='Ellipse 268' cx='35' cy='35' r='35' transform='translate(1450 3495)' fill='%23fff'/%3E%3Cline id='Line_115' data-name='Line 115' x2='23.229' transform='translate(1473.385 3530.215)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_116' data-name='Line 116' x2='6.761' y2='6.934' transform='translate(1489.854 3523.066)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_117' data-name='Line 117' y1='6.934' x2='6.761' transform='translate(1489.854 3530.215)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
        width: 40px;
        height: 40px;
        transform: translateY(-8px);
        left: 15px;
    }
    .job-small-img img {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    span.job-small-img-text {
        font-size: 100px;
    }
    
}
