.contact-block {
  transition: transform 0.3s, background-color 0.3s;
}

.contact-block:hover {
  background-color: #f0f0f0;
  cursor: pointer;
  transform: scale(1.08);
}
.contact-motto {
  padding: 4rem;
  text-align: center;
}
.contact-motto h1,
.h1 {
  font-size: 34px;
  line-height: 63px;
}
/* Default styles */
.google-map {
  position: relative;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  height: 0;
  overflow: hidden;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Media query for mobile view */
@media (max-width: 767px) {
  .google-map {
    padding-bottom: 75%; /* Adjust the aspect ratio for mobile view */
  }
}
