.map__container {
    border-radius: 10px;
}
.map__addresses {
    max-width: 41rem;
    height: 84%;
    left: 4rem;
    top: 4rem;
    bottom: 4rem;
    padding: 5rem 4rem;
    background: white;
    border-radius: 1rem;
}
.map__address {
    font-size: 1.6rem;
}
.map__address b {
    font-weight: 600;
}
.address__title {
    font-size: 1.8rem;
}
@media (max-width: 1100px) {
    .map__container {
        max-height: 50rem !important;
    }
}
@media (max-width: 1016px) {
    .map__address {
        font-size: 1.4rem;
    }
    .map__address b {
        font-weight: 600;
    }
    .address__title {
        font-size: 1.7rem;
    }
}
@media (max-width: 800px) {
    .map__addresses {
        position: static;
        max-width: unset;
    }
}
@media (max-width: 620px) {
    .map__container {
        max-height: 38rem !important;
    }
}
