html {scroll-behavior: smooth;}
.has-text-align-center {text-align: center;}


.img-flip img {
  transform: scale(-1);
}


.custom-frame {
  outline: 2px solid var(--wp--preset--color--light);
  outline-offset: -24px;
  border-radius: calc(18px * 2);
}


.object-position-15 img {
  object-position: center 15%;
}


.google-maps {
  border-radius: 18px;
  margin-bottom: 40px;
  aspect-ratio: 8/5 !important;
}