
.section--benefit {
    /* margin-top: 8vw; */
    padding-top: 8vw;
    padding-bottom: 5vw;
    position: relative;
    background:url(../img/benefit/bg.png) no-repeat top center;
    background-size: cover;
}

.benefit {
    margin-left: auto;
    margin-right: auto;
    max-width: 235px;
    font-size: clamp(1.25rem, 1.0696rem + 0.6711vw, 1.375rem);
    margin-bottom: 70px;
}
.benefit-icon {
    width: clamp(5.25rem, 4.3676rem + 1.2686vw, 6.5rem);
    height: clamp(5.25rem, 4.3676rem + 1.2686vw, 6.5rem);
    margin: 0 auto clamp(1.25rem, 0.9314rem + 1.3072vw, 2.5rem) auto;
}
.benefit-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.benefit-decor {
   position: absolute;
   width: clamp(17.5rem, 12.1583rem + 17.9931vw, 33.75rem); 
   top: -8%;
   right: 0;
   transform: translateX(60%);
   pointer-events: none;
   z-index: 0;
   opacity: 0.6;
}

@media (max-width: 1199px) {
    .benefit-decor {
        top: 0%;
        transform: translateX(63%) translateY(-84%);
     }
}
