.full-color-callout{
    background-color: var(--color-blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    gap: 0px;
}

.full-color-callout-heading{
    color: var(--color-white);
    font-weight: 600;
    font-size: var(--font-size-h3);
    line-height: var(--font-lh-h3);
    padding: 0 5%;
    text-align: center;
}

.full-color-callout-button .wp-block-button__link{
    color: var(--color-nav-gray);
    background-color: var(--color-yellow);
    font-weight: 600;
    font-size: var(--font-size-body);
    line-height: var(--font-lh-body);
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid var(--color-yellow);
}

.full-color-callout-button .wp-block-button__link:hover{
    background-color: var(--color-nav-gray);
    color: var(--color-yellow);
}

.page-template-page-deflatehae-patient .privacy-policy-wrapper,
.page-template-page-deflatehae-patient .terms-of-use-wrapper,
.page-template-page-deflatehae-patient .sitemap-wrapper {
    background: var(--color-light-yellow-to-white-gradient);
    padding: 40px 0 60px;
}
.page-template-page-deflatehae-patient .privacy-content-section,
.page-template-page-deflatehae-patient .terms-content-section,
.page-template-page-deflatehae-patient .sitemap-content-section {
    background-color: transparent;
}