.textWidget--5 {
    --tw-prose-headings: #ffffff;
    --tw-prose-p: #ffffff;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #ffffff;
    --tw-prose-bullets: #ffffff;
    max-width: 640px;
    padding-top: 24px; 
    padding-bottom: 1px; 
    line-height: 1.75; 
    background-color: #124d4f;
    color: #ffffff;
}

.textWidget--5 a {
    color: var(--link_color);
    text-decoration: none;
}

.textWidget--5 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.howItWorksWidget--6 {
    background-color: #7a9691; 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 24px; 
    padding-bottom: 24px;
}

.howItWorksWidget--6 a {
    color: var(--link_color);
}

.howItWorksWidget--6 .bullet {
    background-color: #124d4f; 
    color: #ffffff;
}.dividerWidget--70 hr {
    height: 60px; 
    background-color: #12494f;
}.photoGridWidget--7 {
    padding-top:24px; 
    padding-bottom: 64px;
    background-color: #7a9691;
    color: var(--text_color); 
}

.photoGridWidget--7 a {
    color: var(--link_color);
}