.next-dc-basic-full-content {
  .basic-block-module {
    margin-top: 0 !important;
    width: 100%;
    padding: 0 20px;

    @media screen and (min-width: 992px) {
      padding: 0 120px;
    }

    .content {
      display: flex;
      flex-direction: column;
      gap: 32px;
      padding-top: 40px;
      padding-bottom: 8px;

      @media screen and (min-width: 992px) {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        gap: 40px;
        padding-top: 0;
        padding-bottom: 0;
      }

      h2.label.dc250.dc250-black {
        color: #ffffff !important;
      }

      h2.dc250 {
        max-width: 680px;
        font-weight: 700 !important;
        line-height: 120%;
        font-size: 36px !important;
        text-transform: unset !important;
        font-family: 'Jost', sans-serif !important;
        margin-bottom: 0 !important;
        text-align: left;

        @media screen and (min-width: 992px) {
          font-size: 56px !important;
        }
      }

      p {
        max-width: 600px;
        font-weight: 400;
        line-height: 140%;
        color: #ffffff;
        font-size: 18px;
      }
    }

    .content--no-flex {
      display: block !important;

      p {
        max-width: unset !important;
        width: 100%;
      }
    }
  }

  span.basic-heading {
    display: inline-block;
    color: #ffffff !important;
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.032em;
    margin-bottom: 32px;
    @media screen and (min-width: 992px) {
      margin-bottom: 40px;
    }
  }
}