.textWidget--4 {
    --tw-prose-headings: #512b1b;
    --tw-prose-p: #512b1b;
    --tw-prose-a: #a6bcc6;
    --tw-prose-body: #512b1b;
    --tw-prose-bullets: #512b1b;
    max-width: 640px;
    padding-top: 42px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: #512b1b;
}

.textWidget--4 a {
    color: #a6bcc6;
    text-decoration: none;
}

.textWidget--4 a:hover {
    color: #a6bcc6;
    text-decoration: underline;
}
.imageWidget--15 {
    padding-top: 64px; 
    padding-bottom: 64px;
}

.imageWidget--15 img {
    width: px;
    height: auto;
    max-width: 100%;
}.ctaButtonWidget--16 {
    background-color: #FFF; 
    padding-top:64px; 
    padding-bottom: 64px;
    
}