header.navbar
{
    background-color: #fff;
}

.entry
{
    padding: 206px 0;
    background: url("/images/workers-top.png") no-repeat center;
    background-size: cover;
}

.entry h1,
.entry .text
{
    color: #fff;
    width: 450px;
}

.entry .text
{
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.65);
}

.entry .btn
{
    width: 160px;
    box-shadow: 0px 10px 20px rgba(31, 32, 65, 0.05);
}

.steps
{
    background-color: #F8FAFB;
    padding: 110px 0;
    padding-top: 80px;
    padding-bottom: 100px;
}

.steps h2
{
    text-align: center;
    margin-bottom: 60px;
}

.steps-details .body
{
    padding-left: 96px;
}

.steps .col-md-4
{
    padding-left: 10px;
    padding-right: 10px;
}

.steps .col-md-4:first-child
{
    padding-left: 0;
}

.steps .col-md-4:last-child
{
    padding-right: 0;
}

.steps .title
{
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.03em;
    font-weight: 500;
    margin-bottom: 20px;
}

.steps .text
{
    font-size: 16px;
    line-height: 145%;
    color: #8798AD;
}

.steps .explore::before
{
    content: "";
    display: block;
    position: relative;
    background: url("/images/explore.svg") no-repeat center;
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
}

.steps .work::before
{
    content: "";
    display: block;
    position: relative;
    background: url("/images/work.svg") no-repeat center;
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
}

.steps .earn::before
{
    content: "";
    display: block;
    position: relative;
    background: url("/images/earn.svg") no-repeat center;
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
}

.steps .col
{
    padding-left: 10px;
    padding-right: 10px; 
}

.steps-details
{
    padding: 80px 0;
    background-color: #fff;
}

.steps-details .img
{
    width: 496px;
    height: 320px;
    border-radius: 10px;
}

.steps-details .row
{
    margin-bottom: 60px;
}

.steps-details .row:last-child
{
    margin-bottom: 0;
}

.steps-details .row:nth-child(odd).img
{
    padding-left: 0;
    padding-right: 30px;
}

.steps-details .row:nth-child(even).img
{
    padding-left: 30px;
    padding-right: 0;
}

.steps-details .body .title
{
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

@media (min-width: 768px)
{
    .steps-details .body
    {
        padding-left: 4vw;
        padding-right: 0px;
        align-self: center;
    }
}

.steps-details .text
{
    font-size: 18px;
    letter-spacing: -0.01em;
    margin-bottom: 0;
    width: 360px;
}

.disclamer
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.disclamer p
{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
}

.testimonial
{
    background: #EEFCFE;
    border-radius: 200px 0px 0px 0px;
    position: relative;
    overflow: hidden;
}

.testimonial .text
{
    font-size: 33px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #2E384D;
    font-weight: 500;
    max-width: 390px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
}

.testimonial .text .text-container
{
    align-self: center;
}

.testimonial .by
{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 20px;
}

.testimonial .img
{
    border-radius: 0px 0px 0px 200px;
    position: relative;
    top: 0;
    padding: 0;
    height: 500px;
    background: url(/images/workers-image2.jpg) no-repeat center;
    background-size: cover;
}

.categories
{
    padding: 60px 0;
}

.categories h2
{
    margin-bottom: 15px;
}

@media (max-width: 1024px)
{
    .container
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    .testimonial
    {
        border-radius: 100px 0px 0px 0px;
    }

    .testimonial .img
    {
        border-radius: 0px 0px 0px 100px;
    }

    .steps-details .text
    {
        width: 280px;
    }

    .disclamer
    {
        padding-top: 0px;
    }

    .testimonial .text
    {
        font-size: 22px;
        line-height: 137.97%;
        letter-spacing: -0.02em;
        font-weight: 500;
        margin-left: 0;
        width: 310px;
        font-size: 26px;
        margin-left: 90px;
    }

    .testimonial .by
    {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.02em;
        margin-top: 10px;
        font-weight: 100;
    }
}

@media (max-width: 768px)
{
    .testimonial .text
    {
        margin-left: 0;
    }
}

@media (max-width: 425px)
{
    .steps .col-md-4
    {
        padding: 0;
    }

    .container
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    .testimonial .text
    {
        width: auto;
        position: static;
        padding-top: 330px;
    }

    .testimonial .text .text-container
    {
        align-self: flex-end;
    }

    .steps-details .img
    {
        height: auto;
    }

    .steps-details .body
    {
        padding-left: 0;
    }

    .steps .earn::before,
    .steps .work::before,
    .steps .explore::before
    {
        width: 24px;
        height: 24px;
    }

    .navbar-brand
    {
        position: initial;
        padding: 15px 30px;
    }

    .navbar-brand img
    {
        height: 20px;
        position: relative;
        top: -2px;
    }

    section.entry
    {
        background: url("/images/workers-top-mobile.png") no-repeat center;
        background-size: cover;
        height: 320px;
        margin-bottom: 280px;
        position: relative;
        padding: 0;
    }

    section.entry .container
    {
        position: relative;
        top: 230px;
    }

    section.entry h1
    {
        color: #2E384D;
        width: 100%;
        text-align: left;
        top: 120px;
    }

    section.entry .text
    {
        color: #8798AD;
        text-shadow: initial;
        text-align: left;
        font-weight: 500;
        width: 100%;
        top: 130px;
    }

    section.entry .btn
    {
        position: relative;
        top: 140px;
        width: 100%;
    }

    .steps
    {
        padding: 60px 0;
    }

    .steps h2
    {
        margin-bottom: 40px;
        text-align: left;
        font-weight: 600;
        font-size: 22px;
        line-height: 24px;
        letter-spacing: -0.02em;
    }

    .steps .title
    {
        margin-bottom: 5px;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.02em;
    }

    .steps .text
    {
        margin-bottom: 30px;
    }

    .steps .explore::before,
    .steps .work::before.
    .steps .earn::before
    {
        margin-bottom: 15px;
    }

    .steps-details
    {
        padding: 60px 0;
    }

    .steps-details .body .title
    {
        font-size: 18px;
        line-height: 140%;
        letter-spacing: -0.02em;
        margin-top: 20px;
        font-weight: 600;
    }

    .steps-details .body .text
    {
        font-size: 16px;
        line-height: 145%;
        letter-spacing: -0.01em;
    }

    .steps-details .row
    {
        margin-bottom: 40px;
    }

    .steps-details .row:nth-child(even),
    .testimonial .row
    {
        flex-direction: column-reverse;
        position: static;
    }

    .disclamer
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .testimonial
    {
        border-radius: 0;
        padding-bottom: 30px;
        /* height: 544px; */
        position: relative;
    }

    .testimonial .img-container
    {
        padding: 0;
        height: 300px;
        position: static;
    }

    .testimonial .img
    {
        border-radius: 0px 0px 0px 100px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        height: 300px;
    }


    .categories h2
    {
        font-size: 25px;
        line-height: 130%;
        letter-spacing: -0.03em;
        margin-bottom: 15px;
    }

    .categories .btn
    {
        width: 100%;
    }
}

@media (max-width: 375px)
{
}

@media (max-width: 320px)
{
}