.dl-hero-title {
  margin: auto;
  font-family: 'Averia Serif Libre', serif;
  max-width: 630px;
  padding: 5px;
}

.dl-hero {
  background: url("/assets/img/ctu-hero.png") center / cover;
}

.dl-product-option {
  width: 50%;
  max-width: 208px;
  cursor: pointer;
}

.dl-product-option.active {
  background: #F4F4F5;
}

.dl-form-container {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 3px 27px #DDDDDD;
}

.dl-hero {
  background: url("/assets/img/dl-hero.png") center / cover;
}

