/* ============================================================
   Content Image Section
   ============================================================ */

.huc-content-image-section {
    padding: 2rem 0 3rem;
    background-color: var(--huc-bg-clr);
}

.huc-content-image-wrap {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.huc-content-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    max-height: 460px;
    object-fit: cover;
    border-radius: 16px;
}

.huc-content-image-title {
    margin-bottom: 1.25rem;
    font-size: clamp(1.25rem, 1rem + 1.2vw, 1.75rem);
    font-weight: 800;
    line-height: 1.3;
    color: var(--huc-darkGray-clr);
    text-align: center;
}

@media (max-width: 575.98px) {
    .huc-content-image-title {
        font-size: 1.5rem;
    }
}
