.property-map-section{

margin:35px 0;

background:#fff;

padding:20px;

border-radius:16px;

box-shadow:0 4px 15px rgba(0,0,0,.08);

}

.property-map-section h2{

margin:0 0 18px;

font-size:22px;

}

.property-map-box{

overflow:hidden;

border-radius:12px;

}

.property-map-box iframe{

width:100%;

height:420px;

border:0;

display:block;

}

.property-map-btn{

margin-top:15px;

text-align:center;

}

.property-map-btn a{

display:inline-block;

background:#2563eb;

color:#fff;

padding:12px 20px;

border-radius:8px;

text-decoration:none;

font-weight:600;

}

.property-map-btn a:hover{

background:#1d4ed8;

}

@media(max-width:768px){

.property-map-section{

padding:15px;

}

.property-map-section h2{

font-size:18px;

}

.property-map-box iframe{

height:280px;

}

.property-map-btn a{

width:100%;

box-sizing:border-box;

}

}