.map-agro__top {
    gap: 0 20px;    
}
.map-agro__map-wrapper {
    height: auto !important;
}
.map-agro__map--new {
    width: 1200px;
    flex-shrink: 0;
    position: relative;
    margin-left: var(--offset-side);
}
.map-agro__image--new {
    width: 100%;
    max-width: unset;
    height: auto;
    display: block;
}
@media (max-width: 1024px){
    .map-agro__map--new {
        margin-top: 104px;
    }
    /* .map-agro__image--new {
        height: 90vh;
    } */
}
@media (max-width: 767px){
    .map-agro__map--new {
        width: 600px;
    }
    .map-agro__crop {
        width: 20px !important;
        height: 20px !important;
    }
    .map-agro__crop svg {
        width: 80% !important;
        height: 80% !important;
    }
    .map-agro__crops {
      max-width: 76px !important;
    }
}
