.page-body-content-section > .map {
    width: 34vw;
    height: 28vw;
}

.map {
    display: flex;
    flex-direction: column;
    max-width: 680px;
    max-height: 520px;
    min-width: 371px;
    min-height: 271px;
    gap: 20px;
}

.map > iframe {
    flex: 1;
    border: 0;
}

.map-title {
    font-family: 'Days One', uppercase, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #35003D;
}