.the-solution-block {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 106% 10%, rgba(31, 220, 191, 0.9) 0%, rgba(31, 220, 191, 0.45) 12%, rgba(31, 220, 191, 0) 28%),
    linear-gradient(90deg, #080E3F 40%, #0a156c 82%, #4e48c8 100%);
  padding: 120px 0px;
}

.the-solution-block__inner {
  width: min(1500px, calc(100% - 64px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.the-solution-block__top {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 62px;
}

.the-solution-block__eyebrow {
  font-size: 15px;
  letter-spacing: 1.5px !important;
  text-transform: uppercase;
  color: #C8C4F5;
  padding-bottom: 20px;
  font-weight: 400;
}

.the-solution-block__headline {
  margin: 0;
    color: #fff;
    font-size: 48px !important;
    line-height: 1.2em;
    font-weight: 700;
}

.the-solution-block__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px;
  align-items: start;
}

.the-solution-block__item {
  display: grid;
  grid-template-columns: 2px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.the-solution-block__line {
  width: 2px;
  min-height: 100%;
  background: linear-gradient(180deg, #19f4e2 0%, #5464ff 100%);
  border-radius: 999px;
}

.the-solution-block__content {
  padding: 30px 0px 30px 20px;
}

.the-solution-block__icon-wrap {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.the-solution-block__icon {
  display: block;
  max-width: 46px;
  max-height: 46px;
  width: auto;
  height: auto;
}

.the-solution-block__icon-placeholder {
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(22, 241, 225, 0.85);
  border-radius: 50%;
}

.the-solution-block__item-title {
  margin: 0 0 25px;
  color: #fff;
  font-size: 28px !important;
  line-height: 1.12;
  letter-spacing: -0.025em;
  font-weight: 600;
  max-width: 380px;
}

.the-solution-block__item-copy {
  color: rgba(255,255,255,0.88);
      font-size: 18px;
    line-height: 1.6em;
    font-weight: 200;
  max-width: 380px;
}

.the-solution-block__editor-note {
  margin-top: 18px;
  text-align: center;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.editor-styles-wrapper .wp-block[data-type="acf/the-solution-block"] {
  max-width: none !important;
}

.editor-styles-wrapper .wp-block[data-type="acf/the-solution-block"] .the-solution-block {
  width: 100%;
}

.editor-styles-wrapper .the-solution-block {
  padding: 64px 32px;
}

@media (max-width: 1100px) {
  .the-solution-block__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .the-solution-block__item {
    max-width: none;
  }

  .the-solution-block__item-title,
  .the-solution-block__item-copy {
    max-width: none;
  }

  .the-solution-block__line {
    min-height: 100%;
  }
}

@media (max-width: 767px) {
  .the-solution-block {
    padding: 64px 0;
	  background:
    radial-gradient(circle at 106% 10%, rgba(31, 220, 191, 0.9) 0%, rgba(31, 220, 191, 0.45) 12%, rgba(31, 220, 191, 0) 28%),
    linear-gradient(60deg, #080E3F 0%, #0a156c 52%, #4e48c8 100%);
  }
	
  .the-solution-block__content {
    padding: 10px 0px 10px 5px;
}

  .the-solution-block__inner {
    width: min(100% - 32px, 1280px);
  }

  .the-solution-block__top {
    margin-bottom: 42px;
  }

  .the-solution-block__headline {
    font-size: 36px !important;
  }

  .the-solution-block__grid {
    gap: 28px;
  }

  .the-solution-block__item {
    gap: 16px;
  }

	.the-solution-block__icon-wrap {
  width: 40px;
  height: 40px;
}

.the-solution-block__icon {
  max-width: 30px;
  max-height: 30px;
}
	
  .the-solution-block__content {
    padding-top: 8px;
  }

  .the-solution-block__item-title {
    font-size: 21px !important;
    margin-bottom: 14px;
  }

  .the-solution-block__item-copy {
    font-size: 15px;
    line-height: 1.6;
  }
}