#prenota-appuntamento {
  background: radial-gradient(48.03% 98.54% at 50% 50%, #4E4E4E 0%, #000000 100%) no-repeat;
  width: calc(100% - 64px);
  min-height: fit-content;
  place-content: center;
  place-self: center;
  border-radius: 4px;
  padding: 45px
}

.title {
font-weight: 300;
font-style: Light;
font-size: 66px;
line-height: 100%;
letter-spacing: 2%;
text-align: center;
color: #fff;
}

@media (max-width:768px) {
  .title {
    font-size: 40px;
  }
  .subtitle {
    font-size: 24px;
  }
}

.subtitle {
font-family: 'IvyPresto Disp Lt', serif;
font-weight: 300;
font-style: Light;
font-size: 27px;
line-height: 34px;
letter-spacing: 2%;
text-align: center;
color: #fff;
margin: 15px 0 45px;

}

.form-section {
 border-radius: 10px;
 overflow: clip;
}

.calendar-wrapper {
  background: #fdfdf7;
  padding: 30px;
  border-right: 1px solid var(--grey-2);
}
.form-wrapper {
  background-color: #fff;
  padding: 30px;
}

.form-group {
  margin: 0 0 20px 0;
}

.tecma-split-header h3, .tecma-split-appointment-details h4 {
  font-family: bicyclette, sans-serif;
}

.tecma-form-field label {
  text-align: center;
  color: var(--grey-1);
  width: 100%;
  font-weight: 400;
  margin-bottom: 10px;
}

.tecma-split-header, .tecma-timeslots-title {
  text-align: center;
}
