
  .service-item.svelte-1vl5t06 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-family: "PT Sans", sans-serif;
    position: relative;
  }

  .service-item__icon.svelte-1vl5t06 {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    height: 40px;
    width: 40px;
    border-radius: 9999px;
    background-color: lightgray;
    margin-right: 12px;
    overflow: hidden;
  }

  .service-item__icon-overlay.svelte-1vl5t06 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 118, 226, 0.88);
    transition: opacity ease-in 0.13s;
    border-radius: 9999px;
  }

  .service-item.svelte-1vl5t06:not(:hover) .service-item__icon-overlay:where(.svelte-1vl5t06) {
    opacity: 0;
  }

  .service-item__info.svelte-1vl5t06 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .service-item__title.svelte-1vl5t06 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: currentColor;
    white-space: pre-line;
    color: #262626;
    transition: color ease-in 0.13s;
  }

  .service-item__title.svelte-1vl5t06::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .service-item.svelte-1vl5t06:hover .service-item__title:where(.svelte-1vl5t06) {
    color: #0376E2;
  }

  .service-item__description.svelte-1vl5t06 {
    font-size: 13px;
    line-height: 16px;
    white-space: pre-line;
    color: #808080;
    margin-top: 2px;
  }

  @media (max-width: 1172px) {
    .service-item__description.svelte-1vl5t06  {
      max-width: 208px;
    }
  }


  .service-item.svelte-ke68nk {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-family: "PT Sans", sans-serif;
    position: relative;
  }

  .service-item__icon.svelte-ke68nk {
    height: 20px;
    width: 20px;
    margin-right: 21px;
    color: #808080;
  }

  .service-item__info.svelte-ke68nk {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .service-item__title.svelte-ke68nk {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    white-space: pre-line;
    color: #262626;
    transition: color ease-in 0.13s;
  }


.title.svelte-1svzxtu {
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #808080;
  margin-bottom: 20px;
}

.services-list.svelte-1svzxtu {
  display: grid;
  row-gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.indent.svelte-1svzxtu {
  margin-top: 18px;
}

.showMore[open].svelte-1svzxtu {
    animation-name: svelte-1svzxtu-fadeInDown;
    animation-duration: 0.5s;
}

.showMore.svelte-1svzxtu > summary:where(.svelte-1svzxtu) {
  color: #097DCA;
  list-style: none;
  cursor: pointer;
}

.showMore.svelte-1svzxtu:hover > summary:where(.svelte-1svzxtu) {
  color: #0A5D94;
}

.showInDesktop.svelte-1svzxtu {
  display: none;
}

.showMore[open].svelte-1svzxtu > summary:where(.svelte-1svzxtu) {
  display: none;
}

@keyframes svelte-1svzxtu-fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-1.25em);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1172px) {
  .showMore.svelte-1svzxtu  {
    display: none;
  }
  .showInDesktop.svelte-1svzxtu {
    display: grid;
  }

  .borderBetweenBlocks.svelte-1svzxtu:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    margin-top: 21px;
    background-color: #dcdde0;
  }
}


.categories-list.svelte-1b58nlx {
  display: grid;
  grid-auto-flow: row;
  gap: 44px;
  justify-content: start;
  font-family: 'PT Sans', sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1172px) {
  .categories-list.svelte-1b58nlx {
    max-width: 1172px;
    margin: 0 auto;
    padding: 24px 0;
    gap: 44px 104px;
    grid-template-columns: repeat(3, 301px);
  }
}

