.services-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.services-list__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.services-list__item:last-child {
    border-bottom: 0;
}

.services-list__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 27px;
    padding-bottom: 27px;
    font-family: 'Halvar Breitschrift';
    font-weight: 400;
    font-size: 17px;
    line-height: 1.88;
    color: #000000;
}

.services-list__link::after {
    content: '';
    display: block;
    background: url(/images/services-list-button.svg) no-repeat center center;
    width: 32px;
    height: 32px;
    margin-left: 48px;
    flex-shrink: 0;
}

@media screen and (min-width: 992px) {
    .services-list__link {
        font-size: 24px;
        line-height: 1.33;
    }
}