.map-container {
    background: #f7f9fa;
    overflow: hidden;
    display: block;
    align-items: center;
    position: relative;
  }
  
  
  .google-map {
    width: 100% !important;
    padding: 0;
    position: relative;
    float: left;
  }
  
  .google-map + .grid-col.col-4 {
    position: absolute;
    bottom: 20px;
    right: 60px;
    z-index: 999999;
    background: white;
    -webkit-box-shadow: 0px 0px 5px 2px #adadad;
    box-shadow: 0px 0px 5px 2px #adadad;
  }
  
  .map-container .rte {
    padding: 15px;
  }
  
  .map-container .rte p{
    line-height: 1.5;
    padding-bottom: 1.6rem;
  }
  
  .map-container .rte a{
    color: #0058A9;
      font-weight: 600;
  }
  .map-container .rte a:hover{
    color: #1080d2;
      font-weight: 600;
  }
  
  @media screen and (max-width: 768px) {
    .google-map + .grid-col.col-4 {
      float: none;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 768px) {
    .google-map {
      float: none;
      width: 100% !important;
    }
  }
  
  .embed-container {
    position: relative;
    padding-bottom: 33.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  
  .embed-container iframe,
  .embed-container object,
  .embed-container embed,
  .embed-container #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }