.textHeader--84 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 64px; 
    padding-bottom: 0px;
}

.textHeader--84 .textHeader__heading {
    color: inherit; 
}

.textHeader--84 .textHeader__subheading {
    color: inherit; 
}.dividerWidget--85 hr {
    height: 7px; 
    background-color: #0f0101;
}.imageWidget--86 {
    padding-top: 64px; 
    padding-bottom: 64px;
}

.imageWidget--86 img {
    width: px;
    height: auto;
    max-width: 100%;
}