.af-features {
    background: url("/local/img/company-quick-info/background-image.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    color: #ffffff;
    padding: 50px 15px;
    justify-content: space-around;
}

.af-features__single {
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: center;
}

.af-features-image {
    margin-right: 15px;
}

.af-features .af-features__single:nth-child(3) .af-features-info {
    padding-top: 20px;
}

p.af-features-info__title {
    font-size: 23px;
}

span.af-features-info__title {
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 1270px) {
    .af-features__single {
        width: 50%;
        padding: 0 0 50px 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        justify-content: flex-start;
    }
    .af-features__single:nth-child(3), .af-features__single:last-child {
        padding-bottom: 0;
    }
}

@media (max-width: 1000px) {
    .af-features__single {
        width: 100%;
        justify-content: center;
        padding-bottom: 30px;
    }
    .af-features__single:nth-child(3) {
        padding-bottom: 30px;
    }
    .af-features-info {
        max-width: 141px;
    }
    .af-features-image {
        width: 47px;
    }
    .af-features-info {
        width: 141px;
    }
}
