.what-is-reason-block header.header {
  .title,
  h1.title {
    font-size: 40px;
    line-height: 50px;
    color: #222222;
    text-transform: uppercase;

    @media screen and (max-width: 1580px) {
      font-size: 25px;
      line-height: 30px;
    }

    @media screen and (max-width: 980px) {
      font-size: 20px;
      line-height: 24px;
    }

    @media screen and (max-width: 520px) {
      font-size: 16px;
      line-height: 19.5px;
    }
  }

  .description,
  .description p {
    font-size: 28px;
    line-height: 34.13px;
    color: #222222;

    @media screen and (max-width: 768px) {
      font-size: 20px;
      line-height: 24px;
    }

    @media screen and (max-width: 520px) {
      font-size: 12px;
      line-height: 14.63px;
    }
  }
}

.field--name-field-reason-content {
  .what-is-reason-block header.header {
    .description,
    .description p {
      font-size: 20px;
      line-height: 26px;
  
      @media screen and (max-width: 1580px) {
        font-size: 18px;
        line-height: 22px;
      }
  
      @media screen and (max-width: 980px) {
        font-size: 14px;
        line-height: 19px;
      }
    }
  }
}

.what-is-reason-block.reason-block-v2 section.content {
  margin-top: 40px;

  @media screen and (max-width: 520px) {
    margin-top: 20px;
  }

  .secondary-description,
  .secondary-description p {
    @media screen and (max-width: 520px) {
      text-align: left;
    }
  }
}

.what-is-reason-block section.content {
  .secondary-description,
  .secondary-description p {
    font-size: 22px;
    font-weight: 400;
    line-height: 26.82px;
    color: #222222;

    @media screen and (max-width: 768px) {
      font-size: 18px;
      line-height: 22px;
    }

    @media screen and (max-width: 520px) {
      font-size: 16px;
      line-height: 19.5px;
      text-align: center;
    }
  }

  .secondary-title,
  h2.secondary-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 34.13px;
    color: #6800FF;
    text-transform: uppercase;

    @media screen and (max-width: 768px) {
      font-size: 24px;
      line-height: 29px;
    }

    @media screen and (max-width: 520px) {
      font-size: 20px;
      line-height: 24.38px;
      text-align: center;
    }
  }

  .list li.list-item,
  .additional-details,
  .additional-details p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #222222;

    @media screen and (max-width: 768px) {
      font-size: 16px;
      line-height: 24px;
    }

    @media screen and (max-width: 520px) {
      font-size: 15px;
      line-height: 22.5px;
    }
  }

  .list li.list-item {
    position: relative;
    padding-left: 20px;

    @media screen and (max-width: 520px) {
      padding-left: 15px;
    }
  }

  .list li.list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><circle cx="5" cy="5" r="4.5" stroke="%236800FF"/><circle cx="5" cy="5" r="2" fill="%236800FF"/></svg>') no-repeat center;
    background-size: contain;
  }
}

.field--name-field-reason-content {
  .what-is-reason-block section.content {
    .secondary-description,
    .secondary-description p { 
      ul li {
        margin-bottom: 5px;
      }

      @media screen and (max-width: 1580px) {
        font-size: 18px;
        line-height: 22px;
      }

      @media screen and (max-width: 980px) {
        font-size: 14px;
        line-height: 19px;
      }
    }
  }
}