.hh-box-panels-grid{display:grid;gap:16px;grid-template-columns:repeat(4,1fr);width:100%}.hh-box-panel{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none!important}.hh-box-panel-img-wrap{aspect-ratio:2/2;background:#e8e8e8;overflow:hidden}.hh-box-panel-img-wrap img{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.hh-box-panel:hover .hh-box-panel-img-wrap img{transform:scale(1.07)}.hh-box-panel-body{flex:1;padding:14px 16px 18px}.hh-box-panel-body p{font-size:20px;font-weight:600;line-height:1.4;margin:0;text-decoration:none!important}@media (max-width:700px){.hh-box-panels-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:400px){.hh-box-panels-grid{grid-template-columns:1fr}}