.interactive-map {
    margin-bottom: var(--space-between-sections);
    display: flex;
    flex-wrap: wrap;
}

.interactive-map h2 {
    text-transform: uppercase;
    width: 100%;
}

.interactive-map .button {
    margin: auto;
}

#interactive-map__map {
    width: 100%;
    height: 500px;
    margin-top: 50px;
    z-index: 0;
}

@media (max-width: 991px) {
    #interactive-map__map {
        height: 350px;
        margin-top: 25px;
    }
}

.interactive-map__hotel__content__name {
    font-weight: bold;
    margin-bottom: 15px;
}

.interactive-map__hotel__content__link {
    font-weight: bold;
    margin-top: 15px;
}

.interactive-map__hotel__content {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px;
    flex-direction: column;
}

.interactive-map__hotel__content span {
    margin-bottom: 7px;
}

.interactive-map__hotel__content__name {
    font-weight: bold;
    margin-bottom: 15px;
}

.interactive-map__hotel__content__link {
    font-weight: bold;
    margin-top: 15px;
}

.interactive-map__hotel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.interactive-map__hotel-image {
    width: 50%;
    height: 185px;
    object-fit: cover;
    background-size: 30%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.interactive-map__hotel {
    color: #000;
    text-decoration: none;

}

.interactive-map__hotel__content {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px;
    flex-direction: column;
}

.interactive-map__hotel__content span {
    margin-bottom: 7px;
}

.interactive-map__hotel__content__name {
    font-weight: bold;
    margin-bottom: 15px;
}

.interactive-map__hotel__content__link {
    font-weight: bold;
    margin-top: 15px;
}