@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Onest:wght@100;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.cropped-image {
  object-fit: none;
  object-position: center;
  width: 100%;
  max-height: 300px;
}

#hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero .container-fluid {
  --bs-bg-opacity: 0.8;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

@media only screen and (max-width: 767px) {
  #hero .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  #hero {
    background-position: center !important;
  }

  .card {
    margin-bottom: 2rem;
  }
}