/* THE SCRIPT IS OFF

img.dearbaby-builder-content-image {
    width: 88px;
    height: 88px;
    display: block;
}
.subpages_heading {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.flexible_content_wrapper h2,
.flexible_content_wrapper h3,
.flexible_content_wrapper h4,
.flexible_content_wrapper h5,
.flexible_content_wrapper h6 {
    font-size: var(--heading-h4);
    font-weight: 400;
}
.flexible_content_wrapper.flexible-content-text-and-image-element {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.flexible_content_wrapper img {
    display:block;
}
.flexible_content_1 {
    background-color: #F3F4EF;
    padding: 24px;
}
.flexible_content_2 img {
    height:auto;
    min-height:100%;
    object-fit:cover;
}
.flexible_content_outer:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 48px;
    border-bottom: 1px solid #E5D9B7;
}
.flexible_content_outer .flexible_content_wrapper:not(:last-child) {
    margin-bottom:24px;
}
.flexible_content_btn {
    display: inline-block;
}
.flexible_content_wrapper.flexible-content-quote-element {
    padding: 24px 48px;
}
.flexible_content_quote {
    font-size: clamp(18px, 4vw, 20px);
    font-weight: 400;
}
.flexible_content_quote_author {
    color: #939393;
    font-size: 14px;
}
.flexible_content_wrapper.flexible-content-text-and-image-element.imgtext .flexible_content_1 {
    order: 2;
}
@media(max-width:991px) {
    .flexible_content_wrapper.flexible-content-text-and-image-element .flexible_content_1 {
        order:2;
    }
    .flexible_content_wrapper.flexible-content-text-and-image-element {
        grid-template-columns: repeat(1, 1fr);
    }
    .flexible_content_2 img {
        max-height: 33vh;
        width: 100%;
    }
}

*/
