.fact-call-out {
    max-width: 840px;
    margin: 0 auto;
}

.fact-call-out h5 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-secondary);
}

.fact-call-out__box {
    padding: 40px;
}

.fact-call-out__image {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .fact-call-out__row {
        margin: 0 -10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .fact-call-out__content,
    .fact-call-out__image {
        width: 50%;
        padding: 0 10px;
    }

    .fact-call-out__image {
        margin-top: 0;
    }

    .fact-call-out__box--right .fact-call-out__row {
        flex-direction: row-reverse;
    }
}

.fact-call-out__image img {
    width: 100%;
    height: auto;
}

.fact-call-out__content .btn {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fact-call-out__content :where(h1, h2, h3, h4, h5) {
    margin-bottom: 25px;
}

.fact-call-out__box.bg-blue .fact-call-out__content :where(h1, h2, h3, h4, h5) {
    color: var(--color-white);
}

.fact-call-out__box.bg-white {
    border: 1px solid var(--color-border);
    border-radius: 8px;
}

.fact-call-out__box--none .fact-call-out__content, 
.fact-call-out__box--none .fact-call-out__image {
    width: 100%;
}

.fact-call-out__content .btn--border-blue {
    min-width: 210px;
}