.ly-5 {

}
.ly-5__item {
}
.ly-5__item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-main);
}
.ly-5__title {
    font-size: 26px;
}
.ly-5__item.ly-5__item--one {
    border-bottom: none;
}
.ly-5__item.ly-5__item--one .ly-5__title {
    font-size: 48px;
}
@media (max-width:576px) {
    .ly-5__item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .ly-5__item.ly-5__item--one .ly-5__title {
        font-size: 36px;
    }
}