.c_text {
  max-width: 73.125rem;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;

  .h_title {
    margin-bottom: 0;
  }
}

.subtext {
  margin-bottom: 35px;
  margin-top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  /* text-align: center; */
  color: var(--color-body);
  font-weight: 400;
  line-height: 1.4;

  p {
    font-weight: 300;
    margin: 0;
    letter-spacing: 0;
  }

  .text-tiny {
    font-size: 0.875rem; /* 14px */
  }

  .text-small {
    font-size: 1rem; /* 16px */
  }

  .text-big {
    font-size: 1.375rem; /* 22px */
  }

  .text-huge {
    font-size: 1.5rem; /* 24px */
  }

  /* Subtext with list */
  ul {
    list-style: none;
    padding-inline-start: 0;
    padding: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;

    li {
      font-weight: 300;
      letter-spacing: 0.25px;
      margin-bottom: 1rem;
      position: relative;
      text-align: start;
      margin-bottom: 2.1875rem;
      margin-top: 2.1875rem;
      /* display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap; */

      p {
        margin-bottom: 1rem;
        font-size: 1rem;
      }

      &::before {
        background-image: url(../../images/check-two-columns/check-red.svg);
        color: #c12017;
        background-repeat: no-repeat;
        background-size: cover;
        content: " ";
        display: inline-block;
        height: 20px;
        width: 20px;
        -webkit-font-smoothing: antialiased;
        speak: none;
        float: left;
        font-family: icons;
        font-size: 1.25rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        text-transform: none;
        margin-right: 8px;
      }
    }
  }
}