.wgt-feature-rows.single-platform-section {
  position: relative;
  isolation: isolate;
  width: 85%;
  max-width: 2000px;
  margin: auto auto 140px;
}

.wgt-feature-rows.single-platform-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--grayscale-color-5, #fff);
  z-index: -1;
}
.wgt-feature-rows.single-platform-section > .text-center {
  margin-bottom: 4rem;
  color: black;
}
.wgt-feature-rows .single-platform-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.75rem;
  color: black;
}
.wgt-feature-rows .single-platform-block > .content p {
  text-align: justify;
  text-justify: distribute;
  text-align-last: left;
  font-size: 110%;
  word-spacing: -0.05em;
}
.wgt-feature-rows .single-platform-block:not(:last-child) {
  margin-bottom: 6.25rem;
}
.wgt-feature-rows.single-platform-section
  .single-platform-block:nth-child(odd) {
  flex-direction: row-reverse;
}
.wgt-feature-rows .single-platform-block .content {
  width: 45%;
}
.wgt-feature-rows .single-platform-block .content :is(h1, h2, h3, h4, h5, h6) {
  color: black;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 140%;
}
.wgt-feature-rows .single-platform-block .content p {
  color: #878787;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.wgt-feature-rows .single-platform-block .content:first-child > * {
  margin-bottom: 1rem;
}
.wgt-feature-rows .single-platform-block .content:first-child > h3 {
  margin-bottom: calc(1rem - 5px);
}
.wgt-feature-rows .single-platform-block .block-image {
  width: 45%;
}
.wgt-feature-rows .single-platform-block .block-image img {
  width: 100%;
}
@media (max-width: 1000px) {
  .wgt-feature-rows.single-platform-section .single-platform-block,
  .wgt-feature-rows.single-platform-section
    .single-platform-block:nth-child(odd) {
    flex-direction: column;
    gap: 1.5rem;
  }
  .wgt-feature-rows .single-platform-block:not(:last-child) {
    margin-bottom: 4rem;
  }
  .wgt-feature-rows.single-platform-section .single-platform-block > * {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wgt-feature-rows.single-platform-section {
    width: 90%;
    margin-bottom: 80px;
  }
}
