:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.is-style-small-intro + .treatment {
  margin-top: var(--wp--preset--spacing--l);
}

.treatment {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: var(--wp--preset--spacing--small);
}
@media (min-width: 680px) {
  .treatment {
    flex-direction: row;
  }
  .treatment__card {
    width: calc(50% - var(--wp--preset--spacing--small) / 2);
  }
}
@media (min-width: 1150px) {
  .treatment__card {
    width: calc(33.33% - 11px);
  }
}
.treatment__card {
  display: flex;
  padding: 4rem 3rem;
  background: linear-gradient(95deg, rgba(22, 51, 89, 0.5) 8%, rgba(22, 51, 89, 0) 70%);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.treatment__card:before {
  content: "";
  display: block;
  background: linear-gradient(160deg, rgba(232, 235, 237, 0.99) 30%, rgba(232, 235, 237, 0.5) 67%);
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.treatment__card .inner {
  padding-bottom: 20rem;
  position: relative;
  z-index: 5;
}
.treatment__card p {
  font-size: var(--wp--preset--font-size--font-17);
  margin: 0;
  color: #1B1A1A;
}
.treatment__card .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.treatment__card .bg {
  display: block;
  aspect-ratio: 1/1;
  width: 370px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(34, 61, 70, 0.45) 0%, rgba(34, 61, 70, 0.025) 100%);
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  position: absolute;
  bottom: -160px;
  right: -150px;
}
.treatment__card .bg .bg-img {
  display: block;
  width: 270px;
  height: 270px;
  background-color: rgba(238, 234, 231, 0.6);
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  position: absolute;
  top: 50px;
  left: 50px;
}
.treatment__card:hover:before {
  opacity: 0.25;
}
.treatment.is-style-large .treatment__card {
  background: linear-gradient(95deg, rgba(22, 51, 89, 0.25) 8%, rgba(22, 51, 89, 0) 70%);
}
.treatment.is-style-large .treatment__card:before {
  background: linear-gradient(160deg, rgba(238, 234, 231, 0.65) 30%, rgba(232, 235, 237, 0.45) 67%);
}
.treatment.is-style-large .treatment__card p {
  font-size: var(--wp--preset--font-size--font-16);
}
.treatment.is-style-large .treatment__card .sub p {
  font-weight: 500;
  padding-top: 1.5ch;
  color: #163359;
}
@media (min-width: 680px) {
  .treatment.is-style-large {
    flex-direction: column;
  }
  .treatment.is-style-large .treatment__card {
    width: 100%;
  }
}
@media (min-width: 850px) {
  .treatment.is-style-large {
    flex-direction: row;
    gap: 4rem;
  }
  .treatment.is-style-large .treatment__card {
    width: calc(50% - 2rem);
  }
}
@media (min-width: 1350px) {
  .treatment.is-style-large .treatment__card .inner {
    padding-bottom: 7rem;
  }
  .treatment.is-style-large .treatment__card p {
    padding-right: 155px;
  }
  .treatment.is-style-large .treatment__card .sub p {
    padding-right: 210px;
  }
  .treatment.is-style-large .treatment__card .bg {
    bottom: -150px;
  }
}
