.content-optimization {
  position: relative;
  padding: 106px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/images/optimize/optimization.svg") white 50% / cover
    no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.content-optimization::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.content-optimization > * {
  position: relative;
  z-index: 2;
}
.content-optimization__container {
  padding: 0px 16px;
}

.content-optimization__title {
  font-weight: 500;
  letter-spacing: -1.02px;
  align-self: stretch;
  color: var(--color-white-100);
  text-align: center;
  font-size: 68px;
  font-style: normal;
  line-height: 68px;
  font-family: IBM Plex Sans, sans-serif !important;
  display: flex;
  flex-direction: column;
}

.content-optimization-title__letter {
  display: inline-block;
  background: linear-gradient(94deg, #19cdff 45.66%, #e0f 70.97%);
  font-size: 73px;
  line-height: normal;
  letter-spacing: normal;
  line-height: normal;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 1000% 100%;
  background-position-x: calc(var(--i) * 10%);
  will-change: filter, opacity, transform;
}



.content-optimization__description {
  color: var(--color-white-100);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
  padding-top: 16px;
}

.content-optimization__image {
  margin: 72px 0px;
}

.content-optimization__image img {
  width: 100%;
  object-fit: cover;
}

.content-optimization__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 72px;
  list-style: none;
}

.content-optimization__card-title {
  display: flex;
  color: var(--color-white-200);
  text-align: center;
  font-family: Antonio, sans-serif;
  font-size: 99px;
}

.content-optimization__card-title--highlight {
  text-align: center;
  font-family: Antonio, sans-serif;
  font-size: 99px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -4.95px;
  background: linear-gradient(54deg, #19cdff 33.71%, #e0f 51.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 8px;
}

.content-optimization__card-title--mid {
  text-align: center;
  font-feature-settings: "sups" on;
  font-family: Antonio;
  font-size: 99px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -4.95px;
}

.content-optimization__card-description {
  color: #8e92a1;
  flex: 1 0 0;
  font-family: var(--Font-family-Body, Inter);
  font-size: var(--Font-size-Body-B1, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-height-Body-B1, 26px);
  letter-spacing: -0.09px;
  padding-top: 8px;
}
