.services__banner__heading {
  position: relative;
  background-image: url('/assets/imgs/background-spiral-banner.png');
  padding: 2rem 0;
  margin-bottom: 4rem;
}
.services__banner__heading h1 {
  font-size: 4rem;
  font-weight: 700;
  width: 60%;
}
.services h4 {
  font-size: 1.6rem;
  font-weight: 600;
  width: 50%;
  color: var(--primary-color);
  margin-bottom: 5rem;
}
.services h3 {
  font-size: 2rem;
  font-weight: 600;
  opacity: 0.7;
  margin: 0 0 1rem;
  padding-top: 1rem;
  color: var(--secondary-color);
}
.services h3 img {
  margin-right: 0.5rem;
}
.services p {
  font-size: 1.6rem;
  line-height: 140%;
}
.services h5 {
  font-size: 1.7rem;
  font-weight: 600;
}
.services li {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  margin-left: 36px;
}
.services ul li {
  font-size: 1.6rem;
  line-height: 140%;
  margin-bottom: 0.5rem !important;

}
.services__content__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10rem;
  margin-bottom: 10rem;
}

.service