.ipcf-outer { padding-right: 3%; padding-top: 2px; }
.ipcf-content { color: var(--nhc-white); margin-bottom: 32px; }
.ifcf-img-box { padding-left: 3.5%; }
.ifcf-img { position: relative; padding-bottom: 97%; border-radius: 30px; overflow: hidden; }
.ifcf-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
.ipcf-outer { padding: 0; }
.ifcf-img-box { margin-top: 48px; }
.ifcf-img-box { padding-left: 0; }
}
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) { }
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
.ipcf-content { margin-bottom: 24px; }
.ifcf-img { padding-bottom: 100%; }
}
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) { }
