.full-width-background-image-container { min-height: calc(100vh - 114px);  z-index: 3; }
.fwbi-content { padding: 48px; background: var(--nhc-white); border-radius: 30px; }
.fwbi-bg { width: 100%; height: 100%; position: absolute; inset: 0; }
.fwbi-bg img { width: 100%; height: 100%; object-fit: cover; }
.fwbi-content h2 { font-size: 52px; }
.fwbi-btn { margin-top: 10px; }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
 .fwbi-content { padding: 36px; border-radius: 20px; }
 }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) { 
.fwbi-content { padding: 24px; border-radius: 10px; }
.fwbi-content h2 { font-size: 42px; }
 
 }
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
    .fwbi-content h2 { font-size: 32px; }
 }
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
 }
