#content-page-wrapper {
  padding: 80px 0;
}

.content-page {
  max-width: 70%;
  margin: auto;
}

.intro-title-section-content {
  margin-top: 80px !important;
  font-size: 40px;
  font-weight: 600;
}

section.hero-section-standard.service-type-hero h1.hero-title {
  font-size: 60px;
}

.boxed-content {
  max-width: calc(80%);
  margin: auto;
}

.paragraph-main {
  background-color: var(--softBlue);
  padding: 32px;
  border-radius: 16px;
}

.paragraph-main p {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.boxed-content {
  max-width: calc(80%);
  margin: auto;
  gap: 40px;
}

.specific-service-info {
  gap: 48px;
}

.paragraph-sub {
  font-size: 18px;
  font-weight: 500;
  max-width: calc(50% - 24px);

  padding: 24px;
  border: 3px solid var(--softBlue);
  border-radius: 24px;
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
}

.services-strengths {
  max-width: calc(50% - 24px);
  padding: 24px;
  border-radius: 16px;
  background: var(--softBlue);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.services-strengths ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.services-strengths ul li {
  gap: 8px;
}

.strength-item svg path {
  fill: rgb(50, 128, 50);
}

.services-strengths h3 {
  font-size: 24px;
}

section#service-intro-section section#carosello-destinazioni h3 {
  max-width: 80%;
  font-size: 32px;
}

.single-service section#carosello-destinazioni {
  padding-top: 80px;
  padding-bottom: 0;
}

/* RESPONSIVE */
@media (max-width: 1191px) {
}

@media (max-width: 1080px) {
  .boxed-content {
    max-width: 90%;
  }
}

@media (max-width: 880px) {
  #content-page-wrapper {
    padding-bottom: 40px;
  }

  .boxed-content {
    max-width: 100%;
  }

  .specific-service-info {
    gap: 32px;
  }

  .paragraph-sub {
    max-width: calc(50% - 16px);
  }

  .services-strengths {
    max-width: calc(50% - 16px);
  }

  section#service-intro-section section#carosello-destinazioni h3 {
    max-width: 100%;
    font-size: 24px;
  }

  section.hero-section-standard.service-type-hero h1.hero-title {
    font-size: 54px;
    line-height: 64px;
  }
}

@media (max-width: 576px) {
  .content-page {
    max-width: 100%;
  }

  .paragraph-sub {
    max-width: 100%;
  }

  .services-strengths {
    max-width: 100%;
  }

  section#service-intro-section div#carosello-slider .navigation-slider {
    padding-top: 40px;
  }

  .single-service section#carosello-destinazioni {
    padding-top: 40px;
  }

  section.hero-section-standard.service-type-hero h1.hero-title {
    font-size: 32px;
    line-height: 40px;
  }

  section#service-intro-section {
    padding-top: 60px;
  }

  .paragraph-main p {
    font-size: 22px;
  }

  .paragraph-main {
    padding: 24px;
  }

  .boxed-content {
    gap: 32px;
  }
}
