.at-videoAndText {
    margin: 0 auto 6em;
}

.at-videoAndText__text {
    max-width: 32em;
    font-size: 1.1em;
    font-weight: 600;
    color: #a2a2a2;
}

.at-videoAndText strong {
    color: #092B38;
}

.at-videoAndText__container {
    display: flex;
    flex-wrap: wrap;
}

.at-videoAndText__video {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .at-videoAndText__container {
        flex-wrap: nowrap;
    }

    .at-videoAndText__video {
        width: 65%;
        margin: 0 2em 0 0;
        flex-shrink: 0;
    }
}
