@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}

h1 {
  font-family: 'Cinzel Decorative', cursive;
  font-weight: 200;
  font-size: 80px !important;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 60px;
}