.text-image-block h2,
.text-image-block h3,
.text-image-block h4,
.text-image-block h5,
.text-image-block h6 {
    margin-bottom: 2rem;
}

.text-image-block blockquote {
    margin-left: 0;
    margin-right: 0;
    line-height: 1.4;
    max-width: 95%;
    font-size: 1.5rem;
    font-family: "Merriweather", serif;
}

.text-image-block .text-image {
    display: flex;
    flex-direction: column;
}

.text-image-block .text-image .column {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    justify-content: center;
}

.text-image-block.orientation--image-text .text-image {
    flex-direction: row-reverse;
}

@media (min-width: 992px) {
    .text-image-block .text-image {
        flex-direction: row;
    }

    .text-image-block .text-image-text {
        padding-right: 75px;
    }

    .text-image-block.orientation--image-text .text-image {
        flex-direction: row-reverse;
    }

    .text-image-block.orientation--image-text .text-image .text-image-text {
        padding-left: 75px;
        padding-right: 0;
    }
}