@charset "utf-8";

.map iframe{
    width:600px; 
    height:450px;
}

@media(max-width:800px){
    .main h2{
        font-size: 35px;
    }
    
    .map iframe{
        width: auto;
        height: auto;
    }
}