
.benefits__title {
    margin-top: 20px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}
.benefits__list {
    margin-top: 15px;
}
.benefits__item {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    margin: 20px 0 0 45px;
}
.benefits__item::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-image: url("/img/tms-sluzhby-dostavki/li_item.svg");
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
}
.text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 27px;
}
section {
    margin: 80px auto !important;
}
