.at-benefits {
    position: relative;
    padding-top: 4em;
}

.at-benefits:last-child {
    padding-bottom: 3em;
}

.at-benefits__column {
    padding-top: 2em;
    padding-bottom: 2em;
}

.at-benefits__column--background {
    position: relative;
    color: #fff;
}

.at-benefits__column--background::before {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    left: -3em;
    background-color: #00aca9;
    z-index: -1;
}

.at-benefits__column--background::after {
    content: '';
    position: absolute;
    right: -3em;
    bottom: -1px;
    left: -3em;
    display: block;
    height: 6%;
    width: calc(100% + 6em + 20px);
    max-width: none;
    background: url(../../img/mask.svg) no-repeat center bottom;
    background-size: 100% 100% !important; /** we use this 100% 100% because of a firefox bug */
}

.at-benefits__column--background .at-benefits__title,
.at-benefits__column--background .at-benefits__benefitTitle {
    color: #fff;
}

.at-benefits__title {
    margin-top: 0;
    color: #02aca9;
}

.at-benefits__benefits {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.at-benefits__benefit {
    padding: 0 0 0 25px;
}

.at-benefits__benefit:before {
    content: '\2713';
    font-family: "sn-icons", sans-serif;
    position: absolute;
    left: 0;
    color: #faa51b;
}

.at-benefits__benefitTitle {
    margin-bottom: 0;
    font-size: 1.1em;
}

.at-benefits__benefitDescription {
    margin: 0 0 1.5em 0;
}

@media screen and (min-width: 700px) {
    .at-benefits__column {
        width: calc(100% / 2 - 2em);
        margin-right: 4em;
    }

    .at-benefits__column--background {
        padding-right: 3em;
    }

    .at-benefits__column--noBackground {
        margin-right: 0;
    }

    .at-benefits:last-child {
        padding-bottom: 7em;
    }
}

@media screen and (min-width: 1420px) {
    .at-benefits__column--background:after {
        right: -80px;
        width: calc(100% + 90px);
    }
}
