/* .maps img {
    width: 500px;
    position: relative;
    margin-left: 550px;
    top: -70px;
} */

/* 
.maps {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  
  .maps img {
    max-width: 100%;
    height: auto;
    float: right;
  } */


  /* #contact {
   
    padding: 50px 0;
  }
  
  #contact .container {
    display: flex;
    align-items: center;
  }
  
  #contact h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  
  #contact address {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
  }
  
  #contact address strong {
    font-weight: bold;
  }
  
  #contact address a {
    color: #007bff;
    text-decoration: none;
  }
  
  #contact address a:hover {
    text-decoration: underline;
  }
  
  #contact .maps {
    float: right;
    width: 50%;
  }
  
  #contact .maps img {
    max-width: 100%;
    height: auto;
  } */




  #contact {
    padding: 50px 0;
  }
  
  #contact .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  #contact h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  
  #contact address {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
  }
  
  #contact address strong {
    font-weight: bold;
  }
  
  #contact address a {
    color: #007bff;
    text-decoration: none;
  }
  
  #contact address a:hover {
    text-decoration: underline;
  }
  
  #contact .maps {
    width: 100%;
    margin-top: 30px;
  }
  
  #contact .maps img {
    max-width: 100%;
    height: auto;
  }
  
  @media (min-width: 768px) {
    #contact .container {
      flex-wrap: nowrap;
    }
  
    #contact .maps {
      width: 50%;
      float: right;
      margin-top: 0;
    }
  }