@media(max-width: 768px) {
    .map {
        width: 100%;
    }

    .map iframe {
        width: 100%;
        height: 60%;
        border-radius: 20px;
    }

    .map-text {
        color: #666666;
        width: 100%;
        padding-top: 3cqw;
        padding-bottom: 3cqw;
        text-align: center;
    }

    .map-text p {
        margin: 5px;
        font-size: 3.5cqw;
        letter-spacing: 0.2cqw;
        font-weight: 700;
        line-height: 3.7cqw;
    }
}

@media screen and (min-width: 769px) {
    .map {
        width: 100%;
        height: 40cqw;
        display: flex;
    }

    .map iframe {
        width: 50%;
        height: 100%;
        border-radius: 20px;
    }

    .map-text {
        color: #666666;
        width: 50%;
        height: 100%;
        padding-top: 3cqw;
        padding-left: 3cqw;
        text-align: center;
    }

    .map-text p {
        margin: 5px;
        font-size: 1.8cqw;
        font-weight: 600;
        letter-spacing: 0.1cqw;
        line-height: 2.08cqw;
    }
}