section.one .row {
  height: 450px;
  max-height: 450px;
}
section.one .background-sezione {
  height: 100%;
  overflow: hidden;
}
section.one .background-sezione:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.33) 0%, rgba(255, 255, 255, 0) 80%);
}
section.one h1 {
  color: white;
}
section.one span {
  color: white;
  font-size: 25px;
}
@media (min-width: 992px) {
  section.one span {
    font-size: 38px;
  }
}

section.two {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  section.two {
    padding-bottom: 0;
  }
}

section.cta {
  height: 600px;
}

section.faq {
  padding: 100px 0;
  margin: 100px 0;
}
section.faq .accordion * {
  box-shadow: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
section.faq .accordion .accordion-item {
  border-width: 0 0 1px 0 !important;
  border-bottom: 1px solid black;
}
section.faq .accordion .accordion-item .accordion-button {
  color: black;
  font-weight: 600;
  padding: 20px 0;
}
section.faq .accordion .accordion-item .accordion-body {
  padding-top: 0;
}

section.patologie {
  padding: 100px 0;
  margin: 0 0 100px 0;
}
section.patologie .card {
  padding: 30px;
  border: none;
  border-radius: 20px !important;
  transition: transform 0.3s ease;
}
section.patologie .card:hover {
  transform: scale(1.02);
}
section.patologie .card .body {
  padding: 20px;
}
section.patologie .card .title {
  font-size: 20px;
  font-weight: 600;
}
section.patologie .card .text {
  font-size: 1em;
  line-height: 1.5em;
}
section.patologie .card .link {
  color: #B27A3A;
  font-weight: 600;
  text-decoration: none;
}

section.terapie {
  padding: 100px 0;
  margin: 100px 0;
}
section.terapie .card {
  border: none;
  border-radius: 20px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
section.terapie .card:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}
section.terapie .card img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 175px;
  object-fit: cover;
}
section.terapie .card .body .title {
  font-size: 20px;
  font-weight: 600;
}
section.terapie .card .body .text {
  font-size: 1em;
  line-height: 1.5em;
}
section.terapie .card .body .link {
  color: #B27A3A;
  font-weight: 600;
  text-decoration: none;
}
section.terapie .card .body .link {
  color: #B27A3A;
  font-weight: 600;
  text-decoration: none;
}
section.terapie .swiper, section.terapie .swiper-container {
  padding: 20px;
  margin: -20px;
}
section.terapie .swiper-button-next,
section.terapie .swiper-button-prev {
  color: #B27A3A;
}
section.terapie .swiper-button-next {
  right: 10px;
}
section.terapie .swiper-button-prev {
  left: 10px;
}
section.terapie .swiper-pagination-bullet-active {
  background: #B27A3A;
}
section.terapie .swiper-slide {
  height: auto;
  padding: 10px;
}
section.terapie .swiper-pagination {
  bottom: -5px;
}

section.cta {
  height: 600px;
}