.banner-image {
  width: 100%;
  height: 360px;
  overflow: hidden;
  display: none;
}
.banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: center;
     object-fit: center;
}

section.services-grid {
  background: #f1fefd;
}
section.services-grid .wrapper > .content {
  text-align: center;
  margin-bottom: 32px;
}
section.services-grid .wrapper > .content h2 {
  color: #0b5653;
}
section.services-grid .wrapper > .content p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #3d4343;
  line-height: 1.3;
}
section.services-grid .wrapper .services.desktop {
  display: none !important;
}
section.services-grid .wrapper .services .swiper {
  padding-bottom: 40px;
}
section.services-grid .wrapper .services .swiper .swiper-pagination {
  bottom: 0px;
}
section.services-grid .wrapper .services .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  border: solid 2px #0b5653;
  background: transparent;
  transition: background 0.3s ease;
}
section.services-grid .wrapper .services .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0b5653;
}
section.services-grid .wrapper .services .swiper .swiper-wrapper .swiper-slide {
  padding: 8px;
  height: auto;
}
section.services-grid .wrapper .services .swiper .swiper-wrapper .swiper-slide .service {
  height: 100%;
}
section.services-grid .wrapper .services .service {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: auto;
  border-radius: 16px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(31, 41, 45, 0.4);
}
section.services-grid .wrapper .services .service .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: auto;
  background: #ccf9fa;
  width: 100%;
  height: 100px;
}
section.services-grid .wrapper .services .service .icon img {
  max-width: 61px;
  max-height: 90px;
}
section.services-grid .wrapper .services .service .content {
  padding: 24px 16px 16px 16px;
}
section.services-grid .wrapper .services .service .content h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #0b5653;
  line-height: 1.3;
  margin-bottom: 8px;
}

@media only screen and (min-width: 601px) {
  section.services-grid .wrapper > .content h2 {
    font-size: 2rem;
  }
  section.services-grid .wrapper > .content p {
    font-size: 1.375rem;
  }
  section.services-grid .wrapper .services.tablet .service {
    flex-direction: row;
  }
  section.services-grid .wrapper .services.tablet .service .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: auto;
    align-self: stretch;
    max-width: 120px;
    min-width: 120px;
    height: auto;
  }
  section.services-grid .wrapper .services.tablet .service .icon img {
    max-width: 115px;
    max-height: 100px;
  }
  section.services-grid .wrapper .services.tablet .service .content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: auto;
    height: 100%;
    padding: 16px 16px 16px 24px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-image {
    display: block;
  }
  section.services-grid {
    padding: 80px 16px;
  }
  section.services-grid .wrapper > .content {
    margin-bottom: 64px;
  }
  section.services-grid .wrapper > .content h2 {
    font-size: 2.875rem;
  }
  section.services-grid .wrapper .services.tablet {
    display: none;
  }
  section.services-grid .wrapper .services.desktop {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
  section.services-grid .wrapper .services.desktop .service {
    flex-direction: row;
  }
  section.services-grid .wrapper .services.desktop .service .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: auto;
    align-self: stretch;
    max-width: 120px;
    min-width: 120px;
    height: auto;
    background: #ccf9fa;
  }
  section.services-grid .wrapper .services.desktop .service .icon img {
    max-width: 115px;
    max-height: 100px;
  }
  section.services-grid .wrapper .services.desktop .service .content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: auto;
    height: 100%;
    padding: 16px 16px 16px 24px;
  }
}
