/* Start custom CSS for html, class: .elementor-element-53e5a9c *//* =====================================================
   S.K. & SONS - CAREERS INTRO
===================================================== */

.sksons-career-intro{
    width:100%;

    padding:90px 20px;

    background:#F7F3EC;

    font-family:'Poppins',sans-serif;

    overflow:hidden;

    box-sizing:border-box;
}

.sksons-career-intro *,
.sksons-career-intro *::before,
.sksons-career-intro *::after{
    box-sizing:border-box;
}


/* =====================================================
   MAIN CONTAINER
===================================================== */

.sksons-career-inner{
    max-width:1200px;

    margin:0 auto;

    display:grid;

    grid-template-columns:430px 1fr;

    gap:80px;

    align-items:center;
}


/* =====================================================
   LEFT VISUAL
===================================================== */

.sksons-career-visual{
    position:relative;

    min-height:440px;

    padding:45px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    overflow:hidden;

    border-radius:30px;

    background:#5A3420;

    box-shadow:
        0 20px 45px rgba(90,52,32,.16);
}


/* =====================================================
   BIG NUMBER
===================================================== */

.sksons-career-big{
    position:relative;

    z-index:2;

    color:#fff;

    font-size:125px;

    line-height:.9;

    font-weight:700;

    letter-spacing:-7px;
}

.sksons-career-big span{
    color:#D7B27A;

    font-size:70px;

    vertical-align:top;

    letter-spacing:0;
}


/* =====================================================
   VISUAL TEXT
===================================================== */

.sksons-career-visual-text{
    position:relative;

    z-index:3;

    margin-top:25px;

    color:#D7B27A;

    font-size:14px;

    font-weight:500;

    line-height:1.6;

    letter-spacing:2.5px;
}

.sksons-career-visual-text strong{
    display:block;

    color:#fff;

    font-size:24px;

    font-weight:600;

    letter-spacing:1px;
}


/* =====================================================
   DECORATIVE CIRCLE
===================================================== */

.sksons-career-circle{
    position:absolute;

    width:300px;
    height:300px;

    right:-135px;
    bottom:-125px;

    border:50px solid rgba(215,178,122,.12);

    border-radius:50%;

    transition:.5s ease;
}


/* Hover */

.sksons-career-visual:hover .sksons-career-circle{
    transform:scale(1.12);
}


/* =====================================================
   RIGHT CONTENT
===================================================== */

.sksons-career-content{
    max-width:700px;
}


/* Tag */

.sksons-career-tag{
    display:block;

    margin-bottom:13px;

    color:#5A3420;

    font-size:14px;

    font-weight:600;

    letter-spacing:2.5px;
}


/* Heading */

.sksons-career-content h2{
    margin:0 0 22px;

    color:#222;

    font-size:43px;

    line-height:1.2;

    font-weight:700;

    letter-spacing:-.5px;
}

.sksons-career-content h2 strong{
    display:block;

    color:#5A3420;

    font-weight:700;
}


/* Paragraph */

.sksons-career-content p{
    margin:0 0 18px;

    color:#666;

    font-size:15px;

    line-height:1.85;
}


/* =====================================================
   BOTTOM LINE
===================================================== */

.sksons-career-line{
    width:65px;

    height:3px;

    margin:28px 0 22px;

    background:#D7B27A;
}


/* =====================================================
   NOTE
===================================================== */

.sksons-career-note{
    display:flex;

    align-items:center;

    gap:15px;
}

.sksons-career-note span{
    color:#9A765C;

    font-size:11px;

    font-weight:600;

    letter-spacing:1.7px;
}

.sksons-career-note strong{
    color:#333;

    font-size:14px;

    font-weight:600;
}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:991px){

    .sksons-career-intro{
        padding:75px 20px;
    }

    .sksons-career-inner{
        grid-template-columns:350px 1fr;

        gap:45px;
    }

    .sksons-career-visual{
        min-height:390px;

        padding:35px;
    }

    .sksons-career-big{
        font-size:100px;
    }

    .sksons-career-content h2{
        font-size:36px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:700px){

    .sksons-career-intro{
        padding:60px 18px;
    }

    .sksons-career-inner{
        display:block;
    }

    .sksons-career-visual{
        min-height:320px;

        margin-bottom:40px;

        padding:30px;

        border-radius:22px;
    }

    .sksons-career-big{
        font-size:90px;

        letter-spacing:-5px;
    }

    .sksons-career-big span{
        font-size:50px;
    }

    .sksons-career-visual-text{
        margin-top:20px;

        font-size:12px;
    }

    .sksons-career-visual-text strong{
        font-size:21px;
    }

    .sksons-career-content h2{
        font-size:30px;

        line-height:1.3;
    }

    .sksons-career-content p{
        font-size:14px;

        line-height:1.8;
    }

    .sksons-career-tag{
        font-size:12px;

        letter-spacing:2px;
    }

    .sksons-career-note{
        display:block;
    }

    .sksons-career-note strong{
        display:block;

        margin-top:6px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d6c2e14 *//* =====================================================
   S.K. & SONS
   CAREER HIRING SECTION
===================================================== */

.sk-career-hiring{
    width:100%;

    padding:35px 20px;

    background:#F4EFE8;

    font-family:'Poppins',sans-serif;

    overflow:hidden;

    box-sizing:border-box;
}

.sk-career-hiring *,
.sk-career-hiring *::before,
.sk-career-hiring *::after{
    box-sizing:border-box;
}


/* =====================================================
   HEADER
===================================================== */

.sk-career-hiring-header{
    max-width:1200px;

    margin:0 auto 55px;

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:70px;

    align-items:end;
}

.sk-career-hiring-heading > span{
    display:block;

    margin-bottom:13px;

    color:#5A3420;

    font-size:14px;

    font-weight:600;

    letter-spacing:2.5px;
}

.sk-career-hiring-heading h2{
    margin:0;

    color:#222;

    font-size:46px;

    line-height:1.15;

    font-weight:700;

    letter-spacing:-1px;
}

.sk-career-hiring-heading h2 strong{
    display:block;

    color:#5A3420;

    font-weight:700;
}

.sk-career-hiring-header > p{
    margin:0;

    color:#666;

    font-size:16px;

    line-height:1.85;
}


/* =====================================================
   GRID
===================================================== */

.sk-career-hiring-grid{
    max-width:1200px;

    margin:0 auto;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:22px;
}


/* =====================================================
   CARD
===================================================== */

.sk-career-hiring-card{
    position:relative;

    padding:34px;

    background:#fff;

    border:1px solid #E1D6CC;

    border-radius:24px;

    overflow:hidden;

    transition:
        transform .4s ease,
        background .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
}


/* Top gold line */

.sk-career-hiring-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:0;
    height:4px;

    background:#D7B27A;

    transition:.45s ease;
}


/* =====================================================
   NUMBER
===================================================== */

.sk-career-card-number{
    position:absolute;

    top:20px;
    right:28px;

    color:#F0E9E1;

    font-size:75px;

    line-height:1;

    font-weight:700;

    letter-spacing:-5px;

    transition:.45s ease;
}


/* =====================================================
   HEADING
===================================================== */

.sk-career-card-heading{
    position:relative;

    z-index:2;

    padding-right:70px;

    margin-bottom:20px;
}

.sk-career-card-heading span{
    display:block;

    margin-bottom:7px;

    color:#9A765C;

    font-size:11px;

    font-weight:600;

    letter-spacing:2px;
}

.sk-career-card-heading h3{
    margin:0;

    color:#222;

    font-size:29px;

    line-height:1.25;

    font-weight:650;

    transition:.35s ease;
}


/* =====================================================
   DESCRIPTION
===================================================== */

.sk-career-card-description{
    position:relative;

    z-index:2;

    min-height:84px;

    margin:0 0 22px;

    color:#666;

    font-size:15px;

    line-height:1.8;

    transition:.35s ease;
}


/* =====================================================
   SKILLS
===================================================== */

.sk-career-skills{
    position:relative;

    z-index:2;

    padding-top:18px;

    border-top:1px solid #E3D8CF;

    transition:.35s ease;
}

.sk-career-skills h4{
    margin:0 0 12px;

    color:#5A3420;

    font-size:12px;

    font-weight:600;

    letter-spacing:1.5px;

    text-transform:uppercase;

    transition:.35s ease;
}

.sk-career-skills ul{
    margin:0;

    padding:0;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:8px 20px;

    list-style:none;
}

.sk-career-skills li{
    position:relative;

    padding-left:15px;

    color:#555;

    font-size:13px;

    line-height:1.5;

    transition:.35s ease;
}

.sk-career-skills li::before{
    content:"";

    position:absolute;

    left:0;

    top:7px;

    width:5px;
    height:5px;

    border-radius:50%;

    background:#D7B27A;
}


/* =====================================================
   APPLY AREA
===================================================== */

.sk-career-apply{
    position:relative;

    z-index:3;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:15px;

    margin-top:24px;

    padding-top:20px;

    border-top:1px solid #E3D8CF;

    transition:.35s ease;
}


/* =====================================================
   SEND CV BUTTON
===================================================== */

.sk-career-apply-btn{
    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:8px 9px 8px 20px;

    background:#5A3420;

    color:#fff;

    text-decoration:none;

    border-radius:40px;

    font-size:12px;

    font-weight:600;

    letter-spacing:.4px;

    transition:.35s ease;
}

.sk-career-apply-btn span{
    width:31px;
    height:31px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#D7B27A;

    color:#5A3420;

    font-size:16px;

    transition:.35s ease;
}

.sk-career-apply-btn:hover{
    background:#D7B27A;

    color:#5A3420;

    transform:translateY(-3px);
}

.sk-career-apply-btn:hover span{
    background:#5A3420;

    color:#fff;

    transform:rotate(45deg);
}


/* =====================================================
   EMAIL
===================================================== */

.sk-career-email{
    color:#5A3420;

    font-size:15px;

    font-weight:500;

    text-decoration:none;

    transition:.35s ease;

    word-break:break-word;
}

.sk-career-email:hover{
    color:#9A765C;

    text-decoration:underline;
}


/* =====================================================
   CARD HOVER
===================================================== */

.sk-career-hiring-card:hover{
    background:#5A3420;

    border-color:#5A3420;

    transform:translateY(-7px);

    box-shadow:
        0 25px 50px rgba(90,52,32,.18);
}

.sk-career-hiring-card:hover::before{
    width:100%;
}

.sk-career-hiring-card:hover
.sk-career-card-number{
    color:rgba(255,255,255,.07);

    transform:scale(1.08);
}

.sk-career-hiring-card:hover
.sk-career-card-heading span{
    color:#D7B27A;
}

.sk-career-hiring-card:hover
.sk-career-card-heading h3{
    color:#fff;
}

.sk-career-hiring-card:hover
.sk-career-card-description{
    color:#E9DED5;
}

.sk-career-hiring-card:hover
.sk-career-skills{
    border-color:rgba(255,255,255,.16);
}

.sk-career-hiring-card:hover
.sk-career-skills h4{
    color:#D7B27A;
}

.sk-career-hiring-card:hover
.sk-career-skills li{
    color:#F0E5DE;
}

.sk-career-hiring-card:hover
.sk-career-skills li::before{
    background:#D7B27A;
}

.sk-career-hiring-card:hover
.sk-career-apply{
    border-color:rgba(255,255,255,.16);
}

.sk-career-hiring-card:hover
.sk-career-apply-btn{
    background:#D7B27A;

    color:#5A3420;
}

.sk-career-hiring-card:hover
.sk-career-apply-btn span{
    background:#5A3420;

    color:#fff;
}

.sk-career-hiring-card:hover
.sk-career-email{
    color:#D7B27A;
}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:991px){

    .sk-career-hiring{
        padding:75px 20px;
    }

    .sk-career-hiring-header{
        grid-template-columns:1fr;

        gap:22px;

        margin-bottom:45px;
    }

    .sk-career-hiring-heading h2{
        font-size:40px;
    }

    .sk-career-hiring-grid{
        gap:18px;
    }

    .sk-career-hiring-card{
        padding:28px;
    }

    .sk-career-card-heading h3{
        font-size:26px;
    }

    .sk-career-card-description{
        font-size:14px;
    }

    .sk-career-skills li{
        font-size:12px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:700px){

    .sk-career-hiring{
        padding:60px 18px;
    }

    .sk-career-hiring-heading h2{
        font-size:31px;

        line-height:1.25;
    }

    .sk-career-hiring-header > p{
        font-size:14px;

        line-height:1.8;
    }

    .sk-career-hiring-grid{
        display:block;
    }

    .sk-career-hiring-card{
        margin-bottom:16px;

        padding:25px;

        border-radius:20px;
    }

    .sk-career-card-number{
        top:18px;

        right:20px;

        font-size:62px;
    }

    .sk-career-card-heading{
        padding-right:55px;

        margin-bottom:18px;
    }

    .sk-career-card-heading span{
        font-size:9px;

        letter-spacing:1.5px;
    }

    .sk-career-card-heading h3{
        font-size:22px;
    }

    .sk-career-card-description{
        min-height:auto;

        font-size:13.5px;

        line-height:1.75;
    }

    .sk-career-skills{
        padding-top:16px;
    }

    .sk-career-skills ul{
        grid-template-columns:1fr;

        gap:7px;
    }

    .sk-career-skills li{
        font-size:12px;
    }

    .sk-career-apply{
        align-items:flex-start;

        flex-direction:column;

        margin-top:20px;

        padding-top:17px;
    }

    .sk-career-email{
        font-size:11.5px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:400px){

    .sk-career-hiring-heading h2{
        font-size:28px;
    }

    .sk-career-card-heading h3{
        font-size:20px;
    }

    .sk-career-card-description{
        font-size:12.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad8c1ca *//* =====================================================
   S.K. & SONS
   WHY BUILD YOUR CAREER WITH US
===================================================== */

.sk-career-why{
    width:100%;

    padding:50px 20px;

    background:#F7F3EC;

    font-family:'Poppins',sans-serif;

    overflow:hidden;

    box-sizing:border-box;
}

.sk-career-why *,
.sk-career-why *::before,
.sk-career-why *::after{
    box-sizing:border-box;
}


/* =====================================================
   MAIN
===================================================== */

.sk-career-why-inner{
    max-width:1200px;

    margin:0 auto;

    display:grid;

    grid-template-columns:1.05fr .95fr;

    gap:70px;

    align-items:stretch;
}


/* =====================================================
   LEFT
===================================================== */

.sk-career-benefits{
    padding:10px 0;
}

.sk-career-why-tag{
    display:block;

    margin-bottom:14px;

    color:#5A3420;

    font-size:14px;

    font-weight:600;

    letter-spacing:2.5px;
}

.sk-career-benefits > h2{
    margin:0 0 45px;

    color:#222;

    font-size:44px;

    line-height:1.2;

    font-weight:700;
}

.sk-career-benefits > h2 strong{
    color:#5A3420;

    font-weight:700;
}


/* =====================================================
   BENEFIT LIST
===================================================== */

.sk-career-benefit-list{
    border-top:1px solid #D8CBC0;
}

.sk-career-benefit{
    display:grid;

    grid-template-columns:65px 1fr;

    gap:20px;

    padding:27px 0;

    border-bottom:1px solid #D8CBC0;

    transition:.4s ease;
}


/* Number */

.sk-career-benefit-no{
    width:48px;
    height:48px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#fff;

    color:#5A3420;

    font-size:13px;

    font-weight:600;

    transition:.4s ease;
}


/* Title */

.sk-career-benefit h3{
    margin:0 0 8px;

    color:#222;

    font-size:22px;

    line-height:1.35;

    font-weight:650;

    transition:.3s ease;
}


/* Description */

.sk-career-benefit p{
    max-width:520px;

    margin:0;

    color:#666;

    font-size:15px;

    line-height:1.75;
}


/* Hover */

.sk-career-benefit:hover{
    padding-left:12px;
}

.sk-career-benefit:hover .sk-career-benefit-no{
    background:#5A3420;

    color:#fff;

    transform:scale(1.08);
}

.sk-career-benefit:hover h3{
    color:#5A3420;
}


/* =====================================================
   RIGHT DARK SECTION
===================================================== */

.sk-career-look{
    position:relative;

    padding:45px;

    background:#5A3420;

    border-radius:28px;

    overflow:hidden;

    color:#fff;
}


/* Decorative circle */

.sk-career-look::before{
    content:"";

    position:absolute;

    width:320px;
    height:320px;

    right:-155px;
    top:-155px;

    border:50px solid rgba(215,178,122,.10);

    border-radius:50%;
}


/* Decorative circle 2 */

.sk-career-look::after{
    content:"";

    position:absolute;

    width:180px;
    height:180px;

    left:-105px;
    bottom:-105px;

    border:35px solid rgba(255,255,255,.05);

    border-radius:50%;
}


.sk-career-look-inner{
    position:relative;

    z-index:2;
}


/* Tag */

.sk-career-look-tag{
    display:block;

    margin-bottom:13px;

    color:#D7B27A;

    font-size:13px;

    font-weight:600;

    letter-spacing:2.5px;
}


/* Heading */

.sk-career-look h2{
    margin:0 0 16px;

    color:#fff;

    font-size:38px;

    line-height:1.2;

    font-weight:700;
}

.sk-career-look h2 strong{
    display:block;

    color:#D7B27A;

    font-weight:700;
}


/* Intro */

.sk-career-look > .sk-career-look-inner > p{
    max-width:470px;

    margin:0 0 30px;

    color:#E8DCD4;

    font-size:15px;

    line-height:1.8;
}


/* =====================================================
   VALUES
===================================================== */

.sk-career-values{
    display:flex;

    flex-direction:column;

    gap:0;
}

.sk-career-value{
    display:flex;

    align-items:center;

    gap:14px;

    padding:13px 0;

    border-bottom:1px solid rgba(255,255,255,.13);

    transition:.35s ease;
}

.sk-career-value:first-child{
    border-top:1px solid rgba(255,255,255,.13);
}


/* Check */

.sk-career-value > span{
    width:28px;
    height:28px;

    flex:0 0 28px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#D7B27A;

    color:#5A3420;

    font-size:14px;

    font-weight:700;

    transition:.35s ease;
}


/* Text */

.sk-career-value p{
    margin:0;

    color:#fff;

    font-size:14px;

    line-height:1.5;
}


/* Hover */

.sk-career-value:hover{
    padding-left:8px;
}

.sk-career-value:hover > span{
    transform:scale(1.1);

    background:#fff;
}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:991px){

    .sk-career-why{
        padding:80px 20px;
    }

    .sk-career-why-inner{
        grid-template-columns:1fr;

        gap:50px;
    }

    .sk-career-benefits > h2{
        font-size:39px;
    }

    .sk-career-look{
        padding:40px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:700px){

    .sk-career-why{
        padding:65px 18px;
    }

    .sk-career-benefits > h2{
        font-size:31px;

        line-height:1.3;

        margin-bottom:35px;
    }

    .sk-career-benefit{
        grid-template-columns:55px 1fr;

        gap:15px;

        padding:23px 0;
    }

    .sk-career-benefit-no{
        width:45px;
        height:45px;
    }

    .sk-career-benefit h3{
        font-size:20px;
    }

    .sk-career-benefit p{
        font-size:14px;

        line-height:1.75;
    }

    .sk-career-look{
        padding:32px 25px;

        border-radius:22px;
    }

    .sk-career-look h2{
        font-size:30px;
    }

    .sk-career-look > .sk-career-look-inner > p{
        font-size:14px;
    }

    .sk-career-value p{
        font-size:13.5px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:400px){

    .sk-career-benefits > h2{
        font-size:28px;
    }

    .sk-career-benefit h3{
        font-size:19px;
    }

    .sk-career-benefit p{
        font-size:13px;
    }

    .sk-career-look{
        padding:28px 20px;
    }

    .sk-career-look h2{
        font-size:27px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f4fc0b *//* =====================================================
   S.K. & SONS
   CAREERS CTA
===================================================== */

.sksons-career-cta{
    width:100%;

    padding:85px 20px;

    background:#5A3420;

    font-family:'Poppins',sans-serif;

    position:relative;

    overflow:hidden;

    box-sizing:border-box;
}

.sksons-career-cta *,
.sksons-career-cta *::before,
.sksons-career-cta *::after{
    box-sizing:border-box;
}


/* =====================================================
   DECORATIVE CIRCLES
===================================================== */

.sksons-career-cta::before{
    content:"";

    position:absolute;

    width:420px;
    height:420px;

    right:-210px;
    top:-210px;

    border:60px solid rgba(215,178,122,.10);

    border-radius:50%;

    pointer-events:none;
}


.sksons-career-cta::after{
    content:"";

    position:absolute;

    width:230px;
    height:230px;

    left:-140px;
    bottom:-140px;

    border:45px solid rgba(255,255,255,.05);

    border-radius:50%;

    pointer-events:none;
}


/* =====================================================
   INNER
===================================================== */

.sksons-career-cta-inner{
    position:relative;

    z-index:2;

    max-width:1200px;

    margin:0 auto;

    display:grid;

    grid-template-columns:1fr 320px;

    gap:80px;

    align-items:center;
}


/* =====================================================
   TAG
===================================================== */

.sksons-career-cta-tag{
    display:block;

    margin-bottom:14px;

    color:#D7B27A;

    font-size:14px;

    font-weight:600;

    letter-spacing:2.5px;
}


/* =====================================================
   HEADING
===================================================== */

.sksons-career-cta-content h2{
    margin:0 0 22px;

    color:#fff;

    font-size:48px;

    line-height:1.15;

    font-weight:700;

    letter-spacing:-1px;
}

.sksons-career-cta-content h2 strong{
    display:block;

    color:#D7B27A;

    font-weight:700;
}


/* =====================================================
   DESCRIPTION
===================================================== */

.sksons-career-cta-content p{
    max-width:720px;

    margin:0;

    color:#E9DED5;

    font-size:16px;

    line-height:1.85;
}


/* =====================================================
   ACTION
===================================================== */

.sksons-career-cta-action{
    display:flex;

    flex-direction:column;

    align-items:flex-start;
}


/* =====================================================
   BUTTON
===================================================== */

.sksons-career-cta-btn{
    display:inline-flex;

    align-items:center;

    gap:18px;

    padding:8px 9px 8px 28px;

    background:#D7B27A;

    color:#5A3420;

    text-decoration:none;

    border-radius:60px;

    font-size:14px;

    font-weight:700;

    letter-spacing:.3px;

    transition:.4s ease;
}


/* Arrow */

.sksons-career-cta-btn b{
    width:46px;
    height:46px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:#5A3420;

    color:#fff;

    border-radius:50%;

    font-size:21px;

    font-weight:400;

    transition:.4s ease;
}


/* =====================================================
   BUTTON HOVER
===================================================== */

.sksons-career-cta-btn:hover{
    background:#fff;

    color:#5A3420;

    transform:translateY(-5px);

    box-shadow:
        0 15px 35px rgba(0,0,0,.18);
}

.sksons-career-cta-btn:hover b{
    transform:rotate(45deg);

    background:#5A3420;

    color:#fff;
}


/* =====================================================
   SMALL TEXT
===================================================== */

.sksons-career-cta-action small{
    margin-top:13px;

    padding-left:12px;

    color:#D9C6B8;

    font-size:12px;

    letter-spacing:.3px;
}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:991px){

    .sksons-career-cta{
        padding:75px 20px;
    }

    .sksons-career-cta-inner{
        grid-template-columns:1fr 250px;

        gap:45px;
    }

    .sksons-career-cta-content h2{
        font-size:40px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:700px){

    .sksons-career-cta{
        padding:65px 18px;
    }

    .sksons-career-cta-inner{
        display:block;
    }

    .sksons-career-cta-content h2{
        font-size:31px;

        line-height:1.3;
    }

    .sksons-career-cta-content p{
        font-size:14px;

        line-height:1.8;
    }

    .sksons-career-cta-action{
        margin-top:30px;
    }

    .sksons-career-cta-btn{
        font-size:13px;

        padding-left:22px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:400px){

    .sksons-career-cta-content h2{
        font-size:28px;
    }

    .sksons-career-cta-content p{
        font-size:13px;
    }

}/* End custom CSS */