.map {
    margin: 0 10%;
    height: 30vw;
    border: solid 1vw #e73a3a;
    background-color: #e73a3a;
    border-radius: 20px;
}
.map iframe{
    border-radius: 16px;
}
.map-section{
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: clip;
     margin-bottom: 3vw;
}

.map-section .right_sheetm{
    transform: translate(-60%, -30%) rotate(53deg);
}

.map-section .left_sheetm{
    transform: translate(60%, -80%) rotate(24deg);
}

.map-section h2{
    color: #e73a3a;
    font-size: 2.5vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2vw;
}


@media (max-width: 900px) {
    .map {
        margin: 6vw 0;
        height: 50vw;
        border-width: 2vw;
        border-radius: 12px;
        height: 100vw;
    }
    .map iframe {
        border-radius: 8px;
    }
    .map-section .left_sheetm {
        display: none;
    }
    .map-section .right_sheetm {
        display: none;
    }
    .map-section{
        padding:6vw ;
    }
    .map-section h2{
            font-size: 8vw;
    }
}