.our_location{
    width:100%;
    height:auto;
    display:block;
    text-align:center;
    padding:1rem;
    border-bottom:1px solid rgb(210, 210, 210);
    position:relative;
    background-color:rgb(240, 240, 240);
}

.our_location iframe{
    border:1px solid black;
    width:100%;
}

@media (max-width:425px){
    .our_location iframe{
        height:300px;
    }
}

@media (min-width:425px) and (max-width:768px){
    .our_location iframe{
        height:500px;
    }
}
@media (min-width:768px){
    .our_location iframe{
        width:768px;
        height:500px;
    }
}

.our_location h2{
    font-family:'Times New Roman', Times, serif;
    font-weight:normal;
    margin:0.5rem 0rem;
}