.systems-section {
    background: #F8F8F8;
}

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

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

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

.systems-content {
    padding: 72px;
}

.systems-description {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.systems-images img {
    object-fit: cover;
    height: 300px;
}

/* RIGHT */
.systems-right {
    padding: 72px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

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

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

    .systems-main-text,
    .systems-content,
    .systems-right {
        padding: 32px 16px;
    }

    .systems-main-text {
        font-size: 32px;
    }

    .systems-images img {
        height: auto;
    }

}
