.ohio-image-text {
    font-family: 'Unbounded', sans-serif;
}

.ohio-image-text__title {
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    color: #1D3969;
    margin-bottom: 1rem;
}

.ohio-image-text__caption {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95rem;
    color: #6c757d;
}

.ohio-image-text__content,
.ohio-image-text__content p,
.ohio-image-text__editor-content,
.ohio-image-text__editor-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
}

.ohio-image-text__content p,
.ohio-image-text__editor-content p {
    margin-top: 0;
    margin-bottom: 0;
}

.ohio-image-text__content > * + *,
.ohio-image-text__editor-content > * + * {
    margin-top: 1rem;
}

.ohio-image-text__thumb {
    background-color: #f7f9fc;
}

.ohio-image-text__image {
    max-width: 100%;
    height: auto;
}

