img {
  object-fit: cover;
  aspect-ratio: 1.7/1;
}

@media screen and (min-width: 991px) {
  img {
    max-width: 80% !important;
  }
}

@media screen and (max-width: 768px) {
  #footer-contact {
    margin-bottom: 0;
  }
}

#motto #motto-title, #motto #motto-text {
  background-color: transparent;
}
#index #motive .container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  margin: 0 auto;
  width: 95%;
}
@media (min-width: 992px) {
  .navbar > .container {
    width: 95%;
  }
}