.services-section {
    background: #fff;
}

.services-wrapper {
    border-top: 1px solid rgba(44,55,72,.1);
}

/* LEFT */
.services-left {
    border-right: 1px solid #D7DBDD;
}

.services-left-inner {
    padding: 72px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-label {
    font-size: 15px;
    text-transform: uppercase;
    color: rgba(44,55,72,.3);
    margin-bottom: 40px;
}

/* RIGHT */
.services-right {
    display: flex;
    flex-direction: column;
}

.services-main-text {
    padding: 72px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: 1px solid rgba(44,55,72,.1);
}

.services-content {
    padding: 72px;
}

.services-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
}

.services-text {
    font-size: 15px;
    line-height: 1.5;
}
.services-text ol,.services-text ul {
    list-style: unset;
}
.services-text li {
    margin-bottom: 16px;
}
/* MOBILE */
@media (max-width: 991px) {

    .services-left {
        border-right: none;
    }

    .services-left-inner,
    .services-main-text,
    .services-content {
        padding: 32px 0px;
    }

    .services-main-text {
        font-size: 32px;
        line-height: 1.2;
    }

}
