.services {
  max-width: var(--max-width-container-extralarge);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  @media (width <= 1140px) {
    background: #f0fefa;
    padding-top: 1.875rem;
    padding-bottom: 2.5rem;
  }

  @media (width >= 1140px) {
    &::after {
      position: absolute;
      background: #f0fefa;
      content: '';
      display: block;
      width: 100%;
      height: 432px;
      top: 0;
      z-index: -1;
    }
  }
  .services-inner {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    flex-direction: column;
    @media (width >= 1140px) {
      gap: 0;
      flex-direction: row;
      align-items: flex-start;
    }
  }
  .services-text {
    padding: 1.25rem;
    @media (width >= 993px) and (width <= 1295px) {
      padding-left: 32px !important;
      padding-right: 32px !important;
    }
    @media (width >= 1140px) {
      flex: 0 0 334px;
      padding-left: 4.5rem;
      padding-right: 4.5rem;
      margin-top: 2.5rem;
    }

    .services-headline {
      font-size: 2.25rem;
      font-style: normal;
      font-weight: var(--weight-bold);
      line-height: 133.33%;
      letter-spacing: -1.2px;
      @media (width >= 992px) {
        font-size: 3rem;
        line-height: 125%;
      }
    }
    .services-description {
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.75rem;
      margin-bottom: 2rem;
      margin-top: 1rem;
      color: #4b5563;
    }
  }
  .services-items {
    display: flex;
    gap: 32px;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    flex-direction: column;
    @media (width >= 668px) {
      flex-direction: row;
    }
    @media (width >= 993px) and (width <= 1295px) {
      padding-left: 32px !important;
      padding-right: 32px !important;
    }
    @media (width >= 1140px) {
      margin-left: auto;

      padding-left: 0;
      padding-right: 4.5rem;
      margin-top: -3.75rem;
    }
    .services-item {
      box-shadow: 24px 24px 40px -12px rgba(28, 44, 64, 0.08);
      background: #ffffff;
      padding: 2rem;
      @media (width >= 1140px) {
        max-width: 300px;
      }
      &:first-child {
        flex: 1;
      }
      .services-title {
        font-size: 24px;
        font-style: normal;
        font-weight: var(--weight-bold);
        line-height: 133.333%;
        letter-spacing: -0.24px;
        margin-bottom: 1rem;
        margin-top: 1.25rem;
      }
      .services-description {
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 175%;
        color: #4b5563;
      }
    }
    .services-items-right {
      display: flex;
      flex-direction: column;
      gap: 32px;
    }
  }
}

.platform {
  max-width: var(--max-width-container-extralarge);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0;
  @media (width >= 993px) and (width <= 1295px) {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  @media (width >= 992px) {
    flex-direction: row;
    padding: 0;
  }
  &::before {
    bottom: 0;
    content: '';
    background: linear-gradient(
      90deg,
      #bab8c4 0%,
      rgba(156, 163, 175, 0) 14.47%,
      rgba(156, 163, 175, 0) 0,
      rgba(156, 163, 175, 0) 84.51%,
      #bab8c4 100%
    );

    width: 100%;
    height: 1px;
    display: block;
  }
  @media (width >= 992px) {
    &::before {
      background: linear-gradient(
        90deg,
        #bab8c4 0%,
        rgba(156, 163, 175, 0) 39.47%,
        rgba(156, 163, 175, 0) 50%,
        rgba(156, 163, 175, 0) 60.51%,
        #bab8c4 100%
      );
    }
  }

  .platforms-title {
    position: absolute;
    top: -10px;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: var(--weight-bold);
    line-height: 142.857%;
    letter-spacing: 2px;
    color: #6b7280;
  }
  .platforms-title-bottom {
    position: absolute;
    bottom: -10px;
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: var(--weight-bold);
    line-height: 142.857%;
    letter-spacing: 2px;
    color: #6b7280;
  }
  .platform-items {
    display: flex;
    align-items: center;
    gap: 48px;
    justify-content: center;
    margin: 3.125rem 0;
    flex-wrap: wrap;
    @media (width <= 992px) {
      gap: 32px;
    }
    @media (width <= 768px) {
      max-width: 430px;
      margin-left: auto;
      margin-right: auto;
    }
    & svg {
      width: auto;
      height: 32px;
      @media (width <= 992px) {
        flex: 0 0 135px;
        height: 34px;
      }
      &:nth-child(1) {
        height: 32px;
      }
      &:nth-child(4) {
        height: 22px;
        margin-top: 0.1875rem;
      }
      &:nth-child(3) {
        height: 32px;
      }
      @media (width >= 992px) {
        &:nth-child(3) {
          height: 32px;
        }
      }
    }
  }
}
