/*!
 * Appart css Version - 1.1.1
 * Copyright (c) 2025 Webstudio <contact@webstudio.astrolabconseil.com>
*/

.hero-agency {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 38.5vh;
    background: url(../../images/pattern.png), #0B373C;
    overflow: hidden;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hero-agency {
        align-items: center;
        display: flex;
        justify-content: center;
        min-height: 38.5h;
        /* min-height: 768px; */
        overflow: hidden;
    }
}