.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;
}