.benefits {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #efefef;
    background-size: cover;
    background-position: center;
    padding: 34px 0
}

@media (min-width:576px) {
    .benefits {
        max-width: calc(540px + 2 * 15px)
    }
}

@media (min-width:768px) {
    .benefits {
        max-width: calc(720px + 2 * 15px)
    }
}

@media (min-width:992px) {
    .benefits {
        max-width: calc(960px + 2 * 15px)
    }
}

@media (min-width:1200px) {
    .benefits {
        max-width: calc(1140px + 2 * 15px)
    }
}

@media (min-width:1440px) {
    .benefits {
        max-width: calc(1200px + 2 * 15px)
    }
}

@media (min-width:2400px) {
    .benefits {
        max-width: calc(1500px + 2 * 15px)
    }
}

[class*=rounded-top-].benefits {
    overflow: hidden
}

@media (max-width:576px) {
    .rounded-top-left-corner-mobile.benefits {
        border-top-left-radius: 10px
    }
}

@media (max-width:576px) {
    .rounded-top-right-corner-mobile.benefits {
        border-top-right-radius: 10px
    }
}

@media (min-width:577px) {
    .rounded-top-left-corner-desktop.benefits {
        border-top-left-radius: 10px
    }
}

@media (min-width:577px) {
    .rounded-top-right-corner-desktop.benefits {
        border-top-right-radius: 10px
    }
}

@media (max-width:768px) {
    .benefits {
        max-width: calc(100% - 40px);
        margin: auto;
        padding: 0 40px
    }
}

.benefits>.component-content>ul {
    display: flex;
    justify-content: space-between
}

@media (max-width:768px) {
    .benefits>.component-content>ul {
        flex-direction: column
    }
}

.benefits>.component-content>ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 25px;
    border-right: 1px solid #b0b8ba
}

.benefits>.component-content>ul li:last-child {
    border-right: none
}

@media (max-width:768px) {
    .benefits>.component-content>ul li {
        border-right: none;
        border-bottom: 1px solid #b0b8ba;
        padding: 24px 0
    }

    .benefits>.component-content>ul li:last-child {
        border-bottom: none
    }
}

.benefits .field-benefiticon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px
}

.benefits .field-benefiticon img {
    width: 100%;
    height: auto
}

.benefits .field-benefittext {
    font-size: 18px;
    line-height: 25px;
    color: inherit;
    text-align: center;
    max-width: 100%
}

.benefits {
    border-radius: 10px;
    box-shadow: 0 0 10px #00000014
}