.teaser-three-columns {
    padding: 40px 0 0;
    text-align: center;
}
@media (min-width: 1024px) {
    .teaser-three-columns {
        padding: 61px 0 14px 0;
    }
}
.teaser-three-columns .section-icon {
    margin: 0 0 15px 0;
    width: 207px;
    height: 172px;
}
@media (min-width: 1024px) {
    .teaser-three-columns .section-icon {
        width: 289px;
        height: 245px;
    }
}
.teaser-three-columns .teaser-wrapper {
    background: #0f2d2d;
}
.teaser-three-columns .teaser-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px 20px 10px 15px;
}
@media (min-width: 1024px) {
    .teaser-three-columns .teaser-inner {
        flex-direction: row;
        justify-content: space-between;
        max-width: 1168px;
        padding: 25px 0 20px 0;
    }
}
.teaser-three-columns .section-heading {
    padding: 0 30px;
    font-family: 'Vodafone Bold', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
    color: #fff;
}
@media (min-width: 1024px) {
    .teaser-three-columns .section-heading {
        margin: 0 auto 30px auto;
        max-width: 772px;
    }
}
.teaser-three-columns .section-text {
    margin: 0 0 15px 0;
    line-height: 30px;
    letter-spacing: 0.25px;
    font-family: 'Vodafone Bold', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 25px;
}
.teaser-three-columns .section-highlight {
    margin: 0 0 45px 0;
    line-height: 30px;
    letter-spacing: 0.35px;
    font-family: 'Vodafone Regular', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 25px;
    color: #00e56e;
}
@media (min-width: 1024px) {
    .teaser-three-columns .section-highlight {
        font-size: 35px;
    }
}
.teaser-three-columns .teaser-content {
    display: flex;
    align-items: start;
}
.teaser-three-columns .teaser-grid {
    padding: 0 0 15px 0;
}
@media (min-width: 1024px) {
    .teaser-three-columns .teaser-grid {
        flex: 0 0 31%;
        max-width: 31%;
        padding: 15px 10px 15px 10px;
    }
}
.teaser-three-columns .teaser-icon {
    display: inline-block;
}
.teaser-three-columns .teaser-text {
    margin: 0 0 10px 10px;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-align: left;
    font-family: 'Vodafone Light', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;
    color: #fff;
}
@media (min-width: 1024px) {
    .teaser-three-columns .teaser-text {
        line-height: 25px;
        letter-spacing: 0.4px;
        font-size: 20px;
    }
}
.teaser-three-columns .teaser-highlight {
    color: #00e56e;
}