.container .cta-graphic-overlap .container {padding-left: 0px; padding-right: 0px;}
.cta-graphic-overlap .cta-graphic-overlap__body {position: relative;}
.cta-graphic-overlap .cta-graphic-overlap__body .blue-box {display: flex; gap: var(--spacing-s-5); align-items: center; padding: var(--spacing-s-5) 180px var(--spacing-s-5) var(--spacing-s-6); border-radius: var(--Corner-Radius-m, 16px); background: var(--Colors-Medium-Blue, #D9EDF7); width: calc(100% - 60px); justify-content: space-between;}
.cta-graphic-overlap .cta-graphic-overlap__body .blue-box .content h4 {margin: 0px;}
.cta-graphic-overlap .cta-graphic-overlap__body .blue-box .cta-button {display: flex; width: max-content; gap: 16px;}
.cta-graphic-overlap .cta-graphic-overlap__body .blue-box .cta-button a {width: 100%; word-break: keep-all; white-space: nowrap; margin-right: 0px!important; margin-bottom: 0px!important;}
.cta-graphic-overlap .cta-graphic-overlap__body .featured-image {position: absolute; bottom: 0px; max-width: 230px; right: 0px; max-height: 160px;}

@media screen and (max-width: 1024px) {
    .cta-graphic-overlap .cta-graphic-overlap__body .blue-box {flex-direction: column; align-items: normal; gap: var(--spacing-s-3);}
}

@media screen and (max-width: 768px) {
    .cta-graphic-overlap .cta-graphic-overlap__body .blue-box {width: 100%;padding: var(--spacing-s-5);}
    .cta-graphic-overlap .cta-graphic-overlap__body .featured-image {display: none;}
}

@media screen and (max-width: 500px) {
    .cta-graphic-overlap .cta-graphic-overlap__body .blue-box {padding: var(--spacing-s-3);}
    .cta-graphic-overlap .cta-graphic-overlap__body .blue-box .cta-button {flex-wrap: wrap; width: 100%;}
}


/** Blog Page**/
@media screen and (min-width: 1025px) {
    body.single-post .cta-graphic-overlap .cta-graphic-overlap__body .blue-box {
        flex-direction: column;
        align-items: flex-start;
    }
    body.single-post .cta-graphic-overlap .cta-graphic-overlap__body .featured-image {
        bottom: initial;
    }
}