/* Custom styles for Theme V2 */

/* Fix for icon_box_grid to expand to full width of column when layout is 1 or 2 columns */
/* Note: max-width override is also applied in icon_box_grid_v2.html template for reliability */
.icon-box {
    max-width: 100% !important;
    width: 100% !important;
}

/* Counters block image responsive fix */
.counters-image {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}


/* Hero block image responsive fix */
.hero-image {
    width: 100%;
    height: auto;
    max-height: 800px;
    object-fit: cover;
    border-radius: 10px;
}