/* //////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Google Maps */

.google-maps {
  height: 34rem;
  width: 100%;
  max-width: 51.6rem;
  border: none;
  border-radius: 0 0 1.8rem 0;
}

@media (min-width: 768px) {
  .google-maps {
    border-radius: 0 0 3.6rem 0;
  }
}
