
.section-benefit {
    padding-top: 192px;
    padding-bottom: 132px;
    background: url(../img/benefit/bg.jpg) no-repeat bottom right;
    background-size: cover;
}
.benefit-item {
    margin-bottom: 62px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 100px;
}
.benefit-item:last-child {
    margin-bottom: 0;
}
.benefit-item img {
    width: 75px;
}
.benefit-item__content {
    flex: 1;
    font-weight: 300;
    color: #fff;
}
.benefit-item__title {
    font-weight: 500;
}

@media (max-width: 1199px) {
    .section-benefit {
        background: url(../img/benefit/bg-m.jpg) no-repeat center;
        background-size: cover;
        position: relative;
    }
      .section-benefit:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, #CB008C, #4E0036, #4E0036, #CB008C);
        opacity: 0.7;
      }
      
}


@media (max-width: 767px) {
.benefit-item {
    flex-direction: column;
}
    .benefit-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
        margin-bottom: 48px;
    }
    .benefit-item img {
    width: 56px;
}
    .section-benefit:after {
        background: linear-gradient(to bottom, #4E0036, #4E0036, #4E0036, #4E0036);
        opacity: 0.7;
    }
    .benefit-item__content {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
.benefit-item__title {
    margin-bottom: 4px;
    font-size: 1.1em;
}

}
