/* Community Level Styles */
/* use top-level .design-style class to gain specificity */ 
/*e.g. .design-style .hero */

.text-section-layout .text-section-container .title,
.text-img-section-layout .text-section .text-container .title {
    color: var(--primary-base);
}

.text-img-section-layout .text-section .text-container .text-button {
    background-color: var(--secondary-base);
    border-color: var(--secondary-base);
}