@media (min-width: 0px) {
    #logo img {
        max-height: unset;
        max-width: 300px;
    }
    header {
        min-height: unset;
    }
    .block-block__eueco-logo img {
        max-width: unset;
        min-height: 48px;
        max-height: 48px;
        margin-bottom: 10px;
        filter: none;
    }
    .raster.three {
        gap: 1rem;
    }
    .ee_headerimge .headerimage {
        height: 250px;
    }
}

@media (min-width: 400px) {
    #logo img {
        max-height: unset;
        max-width: 300px;
    }
}
@media (min-width: 767px) {
    .ee_headerimge .headerimage {
        height: 500px;
    }
}
@media (min-width: 1024px) {
    #logo img {
        max-height: unset;
        max-width: 300px;
    }
    header {
        min-height: unset;
    }
    .ee_headerimge .headerimage {
        height: 650px;
    }
    .raster.three {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}
