.pathways-feed-item { width: 374px; }
.pathways-feed-box { border-radius: 30px; overflow: hidden; }
.pathways-feed-box-img { padding-bottom: 84.7%; background: var(--nhc-black); }
.pathways-feed-box-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.pathways-feed-box-content { padding: 24px; font-size: 16px; }
.pathways-feed-box-text h3 { font-size: 24px; margin-bottom: 8px; text-wrap: balance; }
.pathways-feed-box-text { margin-bottom: 16px; }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
 }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
 }
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
 .pathways-feed-box-img { padding-bottom: 67%; }
 }
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
 }
