.ctu-hero-title {
  margin: auto;
  font-family: 'Averia Serif Libre', serif;
  max-width: 630px;
  padding: 5px;
}

.ctu-hero {
  background: url("/assets/img/ctu-hero.png") center / cover;
}

.ctu-help-card-title {
  font-size: 18px;
}

.ctu-help-card {
  border-radius: 10px;
  box-shadow: 0px 4px 11px 1px rgb(192,195,198);
  border-style: none;
  cursor: pointer;
}

.ctu-help-card-active {
  border-radius: 10px;
  border-style: none;
  cursor: pointer;
  background: #F4F4F5;
}

.ctu-help-section {
  border-radius: 10px;
  background: #F4F4F5;
}

.ctu-product-btn {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 2px 4px 3px var(--bs-gray-300);
  cursor: pointer;
}

.ctu-product-btn-active {
  background: #E2E2E2 !important;
  border-radius: 30pc;
  cursor: pointer;
}

.ctu-form-container {
  background: #F2F2F2;
  border-radius: 5px;
  margin: 0px;
}

#ctu-services-dropzone {
    display: flex;
    justify-content: center;
    align-items: center
}

#ctu-products-dropzone {
    display: flex;
    justify-content: center;
    align-items: center
}

