.klipboard-hero {
  max-width: 1200px;
  margin: 0 auto;
}
.dnd_area-row-0-background-layers {
    min-height: auto;
}

/*.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Content Column Styles 
.content-column {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}*/

.rich-text-wrapper h1 {
  font-size: 50px;
  color: #333333;
  letter-spacing: 0;
  line-height: 60px;
  font-weight: 500;
  margin: 0 0 25px 0;
}

.klipboard-hero__cta-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
  padding-top: 50px
}
.rich-text-wrapper p:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.rich-text-wrapper p {
  font-size: 18px;
  color: #646464;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 1rem;
}

.arrow-right {
  display: inline-flex;
  align-items: center;
}

.arrow-right svg {
  width: 20px;
  height: 20px;
}

/* Media Column Styles */

  .rich-text-wrapper h1{
    font-size: 50px;
      color: #333333;
      letter-spacing: 0;
      line-height: 60px;
      font-weight: 600;
    text-align: center;
  }

h1.title{
      color: #333333;
    text-align: center;
  }

  h2.sub-title{
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
  }

.kb-paragraph, p {
    color: #646464;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 1rem;
  text-align: center;
}

.rich-text-wrapper h3 {
    margin-bottom: 0;
}

.rich-text-wrapper p:last-child {
    margin-bottom: 0;
}
@media (max-width: 980px) {
  .rich-text-wrapper h1 {
    font-size: 40px;
    text-wrap: balance;
  }

  .rich-text-wrapper p {
    font-size: 16px;
  }

  .hero-grid {
    gap: 30px;  
  }
}

/* Responsive Styles */
@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
   
    gap: 50px;  
  }

  .content-column {
    order: 0;
  }

  .klipboard-hero__cta-wrapper {
    flex-direction: column;
    align-items: center !important;
  }

  .klipboard-hero__cta-wrapper > a {
    margin: 0;
  }

  .media-column {
    order: 0;
  }

  .rich-text-wrapper h1 {
    text-align: center;
    font-size: 30px;
    color: #232525;
    letter-spacing: 0;
    line-height: 37px;
    font-weight: 500;
  }

  .rich-text-wrapper p {
    text-align: center;
    font-size: 16px;
    color: #646464;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: 400;
  }

  .nav-top {
      display: none;
  }
}

/* Column Order Controls */
@media (min-width: 768px) {}

@media (max-width: 767px) {
}