.cw2-benefits {
    padding: 56px 0 15px;
}

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

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

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

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

.cw2-benefits .yellow-flag {
    display: flex;
    justify-content: center;
    margin-bottom: 19px;
    color: #04183a;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
}

.cw2-benefits .yellow-flag > span {
    position: relative;
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 40px;
    padding: 1px 21px;
    background-color: #fdc743;
    text-align: center;
    z-index: 1;
}

.cw2-benefits .yellow-flag > span:before,
.cw2-benefits .yellow-flag > span:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    width: 12px;
    background-size: 12px 100%;
    background-repeat: no-repeat;
}

.cw2-benefits .yellow-flag > span:before {
    left: -12px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAxCAMAAADZT7imAAAAYFBMVEUAAAD9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0Oe4eYXAAAAH3RSTlMA0czC91dOSUUH5tfGUx4P8e3en5ePh393b2deQikWDf8cIgAAAHpJREFUKM9NyUkWgjAURNEigSQIin2vtf9dKqP/alT3PGXH9CaYpEYoE43QTFRCM1EJJaISSkQhlIhCqCO2K5jEJCRiIDSJifgQJ/xdD5zNAFwc+PbA1YFlD9wcWA7A3YFxAzwc+IfA04HxCLwMTMBgoAOKgQQ0Axn4ASnoInUJbI4QAAAAAElFTkSuQmCC');
}

.cw2-benefits .yellow-flag > span:after {
    right: -12px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAxCAMAAADZT7imAAAAXVBMVEUAAAD9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0O0gglcAAAAHnRSTlMA0czCTfdXU0cH5tfGQh4P8e3en5ePh393b2deKRb572IAAAAAd0lEQVQoz03JRxKDMAAEwSXJwmDjQA77/2dSFAfN3LpGThXESxziEAYQgVZABFoBJZDrBoY4xKF7AA8gU0Ia4hCHOOQANEKB2Ik/Ub0B9wSXPRDVAXgkPh3gifh2gGfiWQNeEq4FeCV+NeCNaAgHIiNcEjnhSBQnOeYhUw2j4iEAAAAASUVORK5CYII=');
}

.cw2-benefits .description {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
    .cw2-benefits {
        padding-top:10px;

        ul.benefits {
            font-size:20px;

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

            .icon {
                flex-basis:33px;
                max-width:33px;
                width:33px;
                height:33px;

                svg {
                    flex-basis:20px;
                    max-width:20px;
                    height:20px;
                }
            }
        }
    }
}
