.everything-shifts-sec {
    overflow: hidden;
}

.everything-shifts-sec .left-col,
.everything-shifts-sec .right-col {
    width: 50%;
}

.everything-shifts-sec .left-content,
.everything-shifts-sec .right-content {
    position: relative;
    height: 100%;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.everything-shifts-sec .left-content:before {
    content: '';
    position: absolute;
    right: 0;
    width: 100vw;
    background-color: #111;
    display: block;
    height: 100%;
    top: 0;
    z-index: -1;
}

.everything-shifts-sec .right-content:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100vw;
    display: block;
    height: 100%;
    top: 0;
    background: #F9FAFB;
    z-index: -1;
}

.everything-shifts-sec .left-content {
    padding: 80px 20px 80px;
}

.everything-shifts-sec .left-content span,
.everything-shifts-sec .left-content h2 span {
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.everything-shifts-sec .left-content h2,
.everything-shifts-sec .left-content h2 span {
    color: #FFF;
    font-size: 54px;
    font-weight: 700;
    line-height: 70px;
    text-transform: capitalize;
}

.everything-shifts-sec .left-content h2 span {
    display: block;
    margin: 0;
}

.everything-shifts-sec .left-content h2 {
    font-weight: 200;
    margin: 0;
}

.everything-shifts-sec .left-content span {
    margin-bottom: 20px;
    display: block;
}

.everything-shifts-sec .left-content ul {
    list-style-type: none;
    margin-top: 45px;
}

.everything-shifts-sec .left-content ul li {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.everything-shifts-sec .left-content ul li:first-child {
    padding-top: 0;
}


.everything-shifts-sec .right-content {
    padding: 80px 0 80px 64px;
}

.everything-shifts-sec .right-content span {
    color: rgba(17, 17, 17, 0.40);
    font-size: 22px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 60px;
}

.everything-shifts-sec .right-content h3 {
    color: rgba(17, 17, 17, 0.60);
    font-size: 24px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: -0.8px;
    margin-bottom: 15px;

}

.everything-shifts-sec .right-content h4 {
    color: #111;
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: -0.8px;
    margin-bottom: 15px;
}

.everything-shifts-sec .right-content h5 {
    margin: 0;
    color: #111;
    font-size: 36px;
    font-weight: 800;
    line-height: 39px;

}

@media only screen and (max-width:1199px) {
    .everything-shifts-sec .right-content {
        padding: 60px 0 60px 30px;
    }

    .everything-shifts-sec .right-content span {
        margin-bottom: 30px;
    }

    .everything-shifts-sec .left-content {
        padding: 60px 20px 60px;
    }

    .everything-shifts-sec .left-content ul {
        margin-top: 20px;
    }

    .everything-shifts-sec .left-content ul li {
        padding: 12px 0;
    }

    .everything-shifts-sec .left-content h2,
    .everything-shifts-sec .left-content h2 span {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width:991px) {

    .everything-shifts-sec .left-col,
    .everything-shifts-sec .right-col {
        width: 100%;
    }

    .everything-shifts-sec .left-content:before,
    .everything-shifts-sec .right-content:before {
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        height: 100%;
    }

    .everything-shifts-sec .left-content {
        padding: 40px 0;
    }

    .everything-shifts-sec .right-content {
        padding: 40px 0;
    }
}

@media only screen and (max-width:767px) {

    .everything-shifts-sec .right-content span {
        font-size: 18px;
    }

    .everything-shifts-sec .right-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .everything-shifts-sec .right-content h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .everything-shifts-sec .right-content h5 {
        font-size: 28px;
        line-height: 36px;
    }
}