.service-description-down {
    margin-bottom: 100px;
}

.service-description-down.top-space {
    margin-top: 100px;
}

.service-description-down-text {
    font-size: 18px;
    line-height: 110%;
    padding: 0 20px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 70%);
    background-clip: text;
    position: relative;
    cursor: pointer;
}

.service-description-down-text::after {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
}

.service-description-down-text:hover::after {
    display: none;
}

@media (max-width: 990px) {
    .service-description-down {
        margin-bottom: 50px;
    }
}