.icon-chevron-right:after {
    content: "\e906";
}

.s-service-content__item-buttons {
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.s-service-content__item-buttons a {
    font-size: 18px;
    text-transform: uppercase;
    color: #FFC72D;
    text-decoration: none;
    margin-left: 60px;
    margin-top: 60px;
    font-weight: 700;
    font-family: 'Heebo Bold';
    transition: all 0.3s;
}
.s-service-content__item-buttons a:hover {
    color: #fff;
}
.s-service-content__item-buttons a.s-service-content__item-buttons_orange {
    color: #111820;
    padding: 14px 24px;
    background-color: #FFC72D;
    border-radius: 5px;
    box-sizing: border-box;
}
.s-service-content__item-buttons a.s-service-content__item-buttons_orange:hover {
    background-color: #fff;
}
.s-service-content__item.dashed:after {
    background: repeating-linear-gradient(
        180deg,
        #7C878E,
        #7C878E 10px,
        #ffc72d00 10px,
        #ffc72d00 20px
    );
}
.s-service-content__item:before {
    background-color: #7C878E;
}
.s-service-content__item:after {
    background-color: #7C878E;
}
.s-service-content__item.active.dashed:after {
    background: repeating-linear-gradient(
        180deg,
        #FFC72D,
        #FFC72D 10px,
        #ffc72d00 10px,
        #ffc72d00 20px
    );
}