.map .h1{
font-size:18px;
/* color:#73a52a; */
font-weight:normal;
}
.map .h2{
font-size:12px;
color:#000000;
font-weight:normal;
}
.map .mapsize {
width:100%;
height:300px;
}
.detaillay > .map{margin-top:25px;}
@media (min-width: 542px) {
.map .mapsize {
width: 100%;
height:550px;
}
.detaillay > .map{margin-top:0px;}
}