  @media (max-width: 576px) {
    #hs-1529472563843 {
      padding-bottom:  3.125rem;
    }
  }

@media (max-width: 1199.98px) {
  #hs-1529472563843 {
    padding-bottom: 3rem !important;
  }
}

 .astroid-logo > .astroid-logo-default {
  border: 1px solid #ddd;
  padding: 4px;
}
.astroid-logo > .astroid-logo-mobile {
  border: 1px solid #ddd;
  padding: 4px;
}
  #testimonial {
    background: #E85D00;
    text-align: center;
  }
  .testimonial-mark {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 6rem;
    color: rgba(255,255,255,0.25);
    line-height: 0.6;
    display: block;
    margin-bottom: 1.2rem;
    font-weight: 800;
  }
  .testimonial-quote {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1.15;
    max-width: 820px;
    margin: 0 auto 2rem;
  }
  .testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .testimonial-line {
    width: 28px;
    height: 2px;
    background: rgba(255,255,255,0.4);
  }
  .testimonial-name {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
  }
  .sb-wrap {
    width: 100%;
    position: relative;
    background: #1E2329;
    overflow: hidden;
  }

  .sb-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #E85D00;
  }

  .sb-inner {
    padding: 4rem 2rem 4rem 3rem;
  }

  .sb-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #E85D00;
    margin-bottom: 1rem;
  }

  .sb-h1 {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 800 !important;
    font-size: clamp(2.5rem, 8vw, 7rem) !important;
    text-transform: uppercase !important;
    line-height: 0.88 !important;
    color: #fff !important;
    margin-bottom: 0 !important;
    letter-spacing: -0.01em !important;
    white-space: nowrap !important;
  }

  .sb-h1 span {
    color: #FFC820 !important;
    display: block !important;
  }

  .sb-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 2.5rem;
    background: #E85D00;
  }

  .sb-card {
    background: #252B32;
    padding: 1.8rem 1.5rem;
  }

  .sb-card-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0.6rem;
  }

  .sb-card-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.82rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
  }

  @media (max-width: 768px) {
    .sb-cards {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 576px) {
    .sb-inner {
      padding: 3rem 1.2rem 3rem 1.8rem;
    }

    .sb-h1 {
      white-space: normal !important;
    }
  }