
.row {
    display: flex;
    flex-wrap: wrap;
}

#map {
    height: 500px;
    margin-bottom: 50px;
}
.map_button_all, .map_button {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
}
.active_maptab {
    color: #b61f29;
}
.map_button_wrap {
    width: 25%;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .map_button_wrap {
        width: 33.33%;
        text-align: left;
    }   
}
@media only screen and (max-width: 767px) {
    .map_button_wrap {
        width: 50%;
        text-align: left;
    }   
}
@media only screen and (max-width: 575px) {
    .map_button_wrap {
        width: 100%;
        text-align: left;
    }   
}
.gm-style .gm-style-iw-c {
    border-radius: 0;
	width: 500px;
}
.map_preview_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.map_preview a:hover {
    text-decoration: none;
}
.map_preview_image {
    width: 50%;
}
.map_preview_image img {
    width: 100%;
    object-fit: cover;
}
.map_preview_info {
    width: 50%;
    text-transform: capitalize;
    padding-left: 5px;
    text-align: center;
}
.preview_title {
    display: block;
    font-size: 1.01rem;
    font-weight: 700;
    word-break: break-word;
    hyphens: auto;
}
@media only screen and (max-width: 575px) {
    .map_preview_info, .map_preview_image {
        width: 100%;
    }   
}
