.is-style-3-column-cta img {
    max-height: 214px;
    min-height: 214px;
    object-fit: cover !important;
}

.is-style-3-column-icons {
    max-width: 1014px;
}

.editor-styles-wrapper .is-style-testimonial-wrapper img {
    border-radius: 50%;
}

.is-style-card-cta .wp-block-cover {
    max-height: 202px !important;
    min-height: 202px !important;
    border: 1px solid #fff;
}

.is-style-static-cta .has-primary-background-color .wp-block-heading,
.is-style-static-cta .has-primary-background-color p {
    color: #fff !important;
}

.is-style-4-column-style .wp-block-image {
    flex-grow: unset;
}

.is-style-4-column-style .wp-block-image a {
    display: flex;
}

.is-style-4-column-style .wp-block-image .wp-element-caption {
    margin-bottom: 0;
    margin-top: 20px;
}

.is-style-4-column-style .wp-block-image picture,
.is-style-4-column-style .wp-block-image img {
    max-height: 156px;
    min-height: 156px;
    width: 100%;
    overflow: hidden;
    display: flex;
    object-fit: cover;
}

.is-style-4-column-style a,
.is-style-4-column-style .wp-block-heading {
    font-size: 1.25rem;
    font-weight: var(--font-weight-semibold);
}

.is-style-4-column-style a {
    text-decoration: none;
}

.is-style-4-column-style a:hover,
.is-style-4-column-style a:focus {
    text-decoration: underline;
}

.is-style-4-column-style p {
    font-size: 1rem;
    line-height: 1.25rem;
}
