/* QC Text + Video + Button Link (Homepage) */

.qc-text {
    max-width: 1120px;
    margin: 60px auto 0;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    color: #2b3a34;
    line-height: 1.8;
  }

  .qc-title {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 800;
    color: #2b3a34;
  }

  .qc-video-wrap {
  max-width: none;
  width: 100%;
  margin: 18px 0 0;
}

  .qc-video {
    width: 100%;
    height: auto;
    border-radius: 18px;
    display: block;
  }

  .qc-video-caption {
    margin-top: 10px;
    font-size: 13px;
    color: #6b6f6d;
    line-height: 1.5;
  }

  .qc-btn {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid #0a5c3b;
    background: transparent;
    color: #0a5c3b;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .qc-btn:hover {
    background: #0a5c3b;
    color: #fff;
    text-decoration: none;
  }