.at-threeCol__articleTitle {
    margin-bottom: 2em;
    font-size: 1.65em;
}

.at-threeCol__image {
    margin-bottom: 1em;
}

.at-threeCol__title {
    margin-bottom: 1em;
    font-size: 1.4em;
}

.at-threeCol__textWrapper--hasSubTitle .at-threeCol__title {
    margin: 0;
}

.at-threeCol__subTitle {
    display: block;
    margin-bottom: 1em;
    font-family: 'coranto-2-headline', serif;
}

.at-threeCol__text {
    font-size: .858em;
    line-height: 1.35;
}

@media (min-width: 568px) {
    .at-threeCol__articleTitle {
        text-align: center;
    }

    .at-threeCol__article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .at-threeCol__imageWrapper {
        flex-basis: 35%;
    }

    .at-threeCol__textWrapper {
        flex-basis: 60%;
    }
}

@media (min-width: 768px) {
    .at-threeCol__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 10px;
    }

    .at-threeCol__article {
        display: block;
        flex-basis: 33%;
    }

    .at-threeCol__article + .at-threeCol__article {
        margin: 0 0 0 2.7em;
    }

    .at-threeCol__imageWrapper {
        flex-basis: unset;
    }

    .at-threeCol__textWrapper {
        flex-basis: unset;
    }

    .at-threeCol__title,
    .at-threeCol__subTitle {
        margin-bottom: 1.7em;
    }
}

@media (min-width: 1024px) {
    .at-threeCol__content {
        padding: 0 30px;
    }

    .at-threeCol__article + .at-threeCol__article {
        margin: 0 0 0 4.3em;
    }
}

@media (min-width: 1280px) {
    .at-threeCol__article + .at-threeCol__article {
        margin: 0 0 0 5.7em;
    }
}
