

/* MADLEN HOME HIDREX BANNER */

.home-hidrex-banner {
    padding: clamp(2rem, 4vw, 3.5rem) 0;
    background: #ffffff;
}

.home-hidrex-banner__link {
    display: block;
    overflow: hidden;
    border-radius: 22px;
    box-shadow:
        0 20px 60px rgba(0, 61, 70, 0.12);
    text-decoration: none;
}

.home-hidrex-banner__image {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 47.99rem) {

    .home-hidrex-banner {
        padding: 1.5rem 0;
    }

    .home-hidrex-banner__link {
        border-radius: 14px;
    }

}

