.bg-wave {
  height: 106px;
  background-image: url("../assets/images/banner-nexis-qualificacao.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-wave.--mapeamento {
  background-image: url("../assets/images/banner-nexis-mapeamento.webp");
}

.bg-wave.--calibracao {
  background-image: url("../assets/images/banner-nexis-calibracao.webp");
}

.wrapper-services-title {
  display: flex;
  justify-content: center;
  margin: 52px 0px;
}

.wrapper-services-title h1 p {
  font-size: clamp(2rem, 2.6rem, 2.6rem);
  font-weight: 700;
  font-family: GothamBold, sans-serif;
  color: #000;
}

.wrapper-services-title h1 p del {
  padding: 16px 3px;
  color: #fff;
  background-color: #0975bb;
  text-decoration: none;
}

/* Section Services */

.services {
  display: flex;
  justify-content: space-around;
  align-items: start;
  gap: 60px;
  padding: 0px 60px;
  margin-top: 80px;
  background-color: #fff;
}

.services.wrap-reverse .services__content-wrapper {
  order: 2;
}

.services__content-wrapper {
  display: flex;
  flex-direction: column; 
  gap: 16px;
}

.services__content-wrapper h1 p {
  font-size: clamp(2rem, 2.6rem, 2.6rem);
  color: #000;
  font-weight: 500;
  font-family: GothamBold, sans-serif;
}

.services__content-wrapper h1 p span {
  position: relative;
  font-weight: 700;
  color: #1b88cc;
  text-decoration: transparent !important;
}

.services__content-wrapper h1 span::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: #1b88cc;
}

.services__content-wrapper h2 {
  width: max-content;
  margin-top: 16px;
  font-size: clamp(1.6rem, 2.6rem, 2rem);
  color: #000;
  font-weight: 500;
  font-family: GothamBold, sans-serif;
  border-bottom: 3px solid #1b88cc;
}

.services__content-wrapper p {
	font-size: 1.6rem;
	font-family: 'Monstserrat', sans-serif;
	line-height: 2.1rem;
	color: #797979;
	max-width: 700px;
	text-align: justify;
}

.services__content-wrapper ul {
  padding-left: 24px;
}

.services__content-wrapper ul li {
  margin: 6px 0;
  font-size: 1.6rem;
	font-family: 'Monstserrat', sans-serif;
	line-height: 2.1rem;
  list-style: initial;
}

.services__content-wrapper ul li::marker {
  color: var(--blue500);
}

.services__image-wrapper {
  max-width: 600px;
}

.services__image-wrapper img {
  display: block;
  max-width: 100%;
}

/* Section Benefits */

.benefits {
  margin-top: 70px;
  margin-bottom: 100px;
}

.benefits__list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.benefits__list__list-items {
  display: flex;
  align-items: center;
  gap: 20px;
}

.benefits__list__list-items__wrapper-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.benefits__list__list-items h2 {
  font-size: 1.6rem;
  color: #1b88cc;
  font-weight: 700;
  font-family: GothamBold, sans-serif;
}

.benefits__list__list-items p {
  max-width: 253px;
  font-size: 15px;
  line-height: 2.1rem;
  color: #000;
  font-weight: 500;
  font-family: 'Monstserrat', sans-serif;
}

@media (max-width: 935px) {
  .services {
    flex-wrap: wrap;
    padding: 0px 36px;
  }

  .services.wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  
  /* Section Benefits */

  .benefits {
    margin: 80px 36px 100px 36px;
  }

  .benefits {
    margin: 150px 36px 0px 36px;
  }

  .benefits__list {
    flex-wrap: wrap;
    gap: 40px;
  }
  
}

@media (max-width: 738px) {
  .wrapper-services-title h1 {
    font-size: clamp(1.8rem, 2rem, 2.6rem);
    font-weight: 700;
    font-family: GothamBold, sans-serif;
    color: #000;
  }

  .wrapper-services-title h1 span {
    padding: 9px 3px;
    color: #fff;
    background-color: #0975bb;
    display: block;
  }
}

@media (max-width: 360px) {
  .wrapper-services-title h1 span {
    padding: 0px;
    color: #000;
    background-color: #fff;
  }
}