 .map_div {
     margin-top: 12rem;
     margin-bottom: 4rem;
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-direction: column;
     text-align: center;
 }

 .map_div h1 {
     color: #000;
     margin: 2rem;
     font-size: 2.5rem;
 }

 .map_text{
    color: #333;
    font-size: 2rem;
 margin-bottom: 2rem;
 }
 .map_text span{
    text-decoration: underline;
   
 }

 .iframe_box {
     width: 100%;
     margin: 0rem auto;
     min-height: 80vh;
     display: block;

 }

 @media (max-width: 480px) {

     .map_div {
         margin-top: 6rem;
         margin-bottom: 4rem;

     }


 }