body {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
}
div.ccm-page div.ccm-block-top-navigation-bar .navbar-brand img {
    max-height: 50px;
}

.ccm-block-testimonial-hero {
    margin-bottom:5px;
}

/* make the custom layout wrap on mobile for the nutrition counseling journey */
#ccm-layout-column-wrapper-55 {
     display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

#ccm-layout-column-wrapper-55 div.ccm-layout-column {
    flex: 1 1 18%; /* 4 items per row on larger screens */
}

/* Mobile styles */
@media (max-width: 768px) {
    #ccm-layout-column-wrapper-55 div.ccm-layout-column {
        flex: 1 1 100%; /* 1 item per row on mobile */
    }
}

@media (max-width: 480px) {
    #ccm-layout-column-wrapper-55 div.ccm-layout-column {
        flex: 1 1 100%; /* 1 item per row on very small screens */
    }
}
/* end of make the custom layout wrap on mobile for the nutrition counseling journey */