.serviceSection {
    position: relative;
    z-index: 3;
    margin-top: 0 !important;
}

.serviceSection .wrapper:after {
    content: " ";
    display: block;
    clear: both;
}

.serviceSection .wrapper > .leftSide {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 52.5%;
    flex-shrink: 0;
    padding-right: 60px;
    padding-bottom: 26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    z-index: 1;
    padding-top: 40px;
}

.serviceSection .wrapper > .rightSide {
    width: 47.5%;
    flex-shrink: 0;
    padding-left: 30px;
    float: right;
    padding-top: 40px;
}

.serviceSection.animated .wrapper > .leftSide,
.serviceSection.animated .wrapper > .rightSide {
    /*padding-top: 165px;*/
    padding-top: 225px;
}

@media (max-width: 1199px) {
    .serviceSection.animated .wrapper > .leftSide,
    .serviceSection.animated .wrapper > .rightSide {
        /*padding-top: 115px;*/
        padding-top: 175px;
    }
}

.serviceSectionContent {
    position: relative;
    z-index: 1;
}

@media (min-width: 1681px) {
    .serviceSection .wrapper > .leftSide {
        width: 44%;
    }

    .serviceSection .wrapper > .rightSide {
        width: 56%;
    }
}

@media (max-width: 767px) {
    .serviceSection .wrapper > .leftSide,
    .serviceSection .wrapper > .rightSide {
        width: 100%;
    }

    .serviceSection .wrapper > .leftSide {
        padding-top: 0 !important;
        position: static;
        padding-bottom: 18px;
    }

    .serviceSection .wrapper > .rightSide {
        padding-left: 0;
        padding-top: 0;
    }
}


.serviceSection .asideDescription {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.serviceSection .blockAside {
    max-width: 550px;
}

.serviceSection .blockAside .titleContainer {
    margin-bottom: 20px;
    margin-top: -8px;
}

.serviceItem {
    padding-top: 36px;
    padding-bottom: 44px;
    border-bottom: 1px solid #EBF0F7;
}

.serviceItem:first-child {
    border-top: 1px solid #EBF0F7;
}

.serviceItem .subtitleCap {
    max-width: 420px;
    margin-bottom: 10px;
    color: #232323;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.serviceItem .subtitleCap:hover {
    color: #026EF9;
}

.serviceItem .textContent {
    max-width: 420px;
}

@media (max-width: 1199px) {
    .serviceSection .asideDescription {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1023px) {
    .serviceSection .asideDescription {
        font-size: 16px;
        line-height: 21px;
    }
}

@media (max-width: 767px) {
    .serviceSection .asideDescription {
        font-size: 15px;
        line-height: 18px;
    }

    .serviceSection .blockAside .titleContainer {
        margin-top: 0;
    }

    .serviceList {
        margin-left: -16px;
        margin-right: -16px;
    }

    .serviceItem {
        padding-top: 18px;
        padding-bottom: 22px;
        padding-left: 16px;
        padding-right: 16px;
    }
}