.hero-container {
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.hero-container .box-container {
  padding: 130px 160px;
}
@media (max-width: 991px) {
  .hero-container .box-container {
    padding: 65px 33px;
  }
}
.hero-container .box-container .box {
  padding: 50px 60px 70px;
  position: relative;
}
@media (max-width: 991px) {
  .hero-container .box-container .box {
    padding: 25px 30px 35px;
  }
}
.hero-container .box-container .box span {
  display: block;
  width: 100%;
}
.hero-container .box-container .box .title {
  line-height: normal;
  font-weight: 400;
  color: #0C1C37;
  text-align: center;
  font-family: "Tiempos Fine", serif;
  margin-bottom: 15px;
}
.hero-container .box-container .box .subtitle {
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-align: center;
}
.hero-container .box-container .box .accent-image {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  width: 100px;
  height: 100px;
}
@media (max-width: 991px) {
  .hero-container .box-container .box .accent-image {
    width: 60px;
    height: 60px;
  }
}/*# sourceMappingURL=template.css.map */