.cw3-benefits {
    padding: 0 15px 15px;
    border-radius:13px;
    background-color:#f7f7f7;
}

.cw3-benefits .title {
    margin-bottom: 21px;
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
    font-weight: normal;
}

.cw3-benefits .title p {
    margin-bottom: 0;
}

.cw3-benefits .subtitle {
    max-width: 880px;
    margin: 0 auto 22px;
    text-align: center;
    font-size: 26px;
    line-height: 1.23;
}

.cw3-benefits .subtitle p {
    margin-bottom: 0;
}

.cw3-benefits .ribbon-banner {
    display: flex;
    justify-content: center;
    margin-bottom:0;
}

.cw3-benefits .ribbon-banner span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: translateY(-50%);
    justify-content: center;
    padding: 10px 40px;
    background-color:#3276BB;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.1;
    text-align:center;
    clip-path: polygon(
        0% 0%,
        100% 0%,
        calc(100% - 15px) 50%,
        100% 100%,
        0% 100%,
        15px 50%
    );
}

.cw3-benefits ul.benefits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 7px 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    border-top: 2px solid #fafafa;
}

.cw3-benefits ul.benefits li {
    border-bottom: 2px solid #fafafa;
    display: flex;
    align-items: center;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 27px 10px;
}

.cw3-benefits ul.benefits li:nth-last-child(-n+3) {
    border: none;
}

.cw3-benefits ul.benefits .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    max-width: 44px;
    width: 44px;
    height: 44px;
    background: #fdc743;
    border-radius: 50%;
    margin-right: 18px;
    color: #fff;
}

.cw3-benefits ul.benefits .icon svg {
    flex: 0 0 25px;
    max-width: 25px;
    height: 25px;
}

.cw3-benefits .buttons {
    margin-top:15px;
    margin-bottom:15px;
    text-align:center;
}

@media screen and (max-width: 991px) {
    .cw3-benefits ul.benefits {
        font-size:20px;
    }

    .cw3-benefits ul.benefits li {
        flex-basis:100%;
        max-width:100%;
        padding-right:0;
        padding-top:15px;
        padding-bottom:15px;
    }

    .cw3-benefits ul.benefits li:nth-last-child(-n+3) {
        border-bottom: 2px solid #fafafa;
    }

    .cw3-benefits ul.benefits li:last-child {
        border: none;
    }
}
