.simple__content--section {
  position: relative;
  /* padding: 80px 0; */
  background: rgba(var(--bg-color-1));

  .simple-section__title {
    font-family: var(--font-source-serif-4);
    font-size: var(--font-9-2);
    font-weight: 700;
    line-height: 1;
    color: rgba(var(--text-color-3));
    margin-bottom: 45px;
    text-align: center;
    margin-top: 0px;
  }

  h2 {
    font-family: var(--font-source-serif-4);
    font-size: var(--font-9-2);
    font-weight: 500;
    margin-top: 24px;
  }

  h3 {
    font-family: var(--font-source-serif-4);
    font-size: var(--font-14);
    font-weight: 500;
  }

  ul {
    padding-left: 24px;
  }

  .simple-section__des {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    font-size: var(--font-24);
    line-height: 1.75;
    font-weight: 500;
    color: rgba(var(--text-color-6));
    max-width: 1090px;
    margin: 0 auto;
  }

  @media (max-width: 1024px) {
    .simple-section__title {
      margin-bottom: 35px !important;
    }
  }

  @media (max-width: 768px) {
    .simple-section__title {
      margin-bottom: 24px !important;
    }
  }
}