a {
  text-decoration: none;
}

.address-link {
  text-decoration: none;
  line-height: 1.75rem;
}

.body-photo {
  background-image: url("/img/main.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1024px;
}

@media screen and (max-width: 576px) {
.body-photo {
  min-height: 600px;
 }
}