.index-map {
    position: relative;
    outline: none;
    margin: 10% 0 !important;
    border: none;
    box-shadow: 0 1px 3px rgb(116 116 116 / 28%);
    width: 100%;
    height: calc(100% - 167px);
    padding: 0;
    border-radius: 5px;

}

@media screen and (max-width: 991.98px) {
    .index-map {
        height: 200px;
    }

}
