.location{
    overflow:hidden; 
    margin:20px 0 0;
}
.location iframe{
    width:100%;
    height:400px;
    border:0;
}
.location table.add{
    float:left;
    width:50%;
    padding:20px;
    margin:10px 0 10px;       
}
.location .add tr{
    width:50%;
}
.location .add th{
    font-size:17px;
    font-weight:800;
    text-align:left;
    padding:5px 0;
    border-bottom:2px solid #ddd;
    position:relative;
}
.location .add th::after {
    display:block;
    content:'';
    background:#222;
    width:100px; height:2px;
    position:absolute;
    bottom:-2px; left:0;
}
.location .add td{
    font-size:15px;
    line-height:1.5em;
    padding:10px 0;
}


/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .location iframe{
        height:250px;
    }
    .location .add{
        width:100%;
        padding:10px;
    }
  
}



