.pricing-text {
  font-size: 13px;
  line-height: 22px;
}

.pricing-header-text {
  font-size: 52px;
  line-height: 64px;
}

.pricing-button-text:hover {
  color: #b3b3b3 !important;
}

.feature-list {
  list-style: none;
}

.feature-list li::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content:'\f00c';
  font-size: 18px;
  line-height: 26px;
  color: var(--success);
  padding-right: 8px;
}

.pricing-page-hubspot-form .hs-button, .pricing-page-hubspot-form input, .pricing-page-hubspot-form textarea  {
  width: 100%;
  max-width: 650px !important;
}

.pricing-page-hubspot-form span {
  font-weight: bold;
}

@media (width >= 768px) and (width <= 1199px) {
  .suite-item-logo {
    height: 32px;
  }
}

@media (width >= 768px) and (width <= 991px){
  .pricing-custom-feature-list {
    max-height: 90px;
  }
}

@media (width >= 576px) and (width < 768px){
  .pricing-custom-feature-list {
    max-height: 100px;
  }
}

@media (width <= 992px){
  .suite-item {
    height: 32px
  }
}

@media (width <= 768px){
  .suite-item {
    height: 24px
  }

  .suite-item-icon {
    font-size: 8px;
  }
}

@media (width <= 575px) {
  .suite-item {
    width: 100%; 
  }

  .suite-item-logo {
    height: 32px;
  }

  .pricing-header-text {
    font-size: 40px;
    line-height: 48px;
  }

  .pricing-features-bg {
    background-color: white;
    border: none !important;
  }
}
