.hs-error-msgs li::marker {
  content: "";
}

@media (min-width: 1200px) {
    .container-lg {
        width: 100%;
        max-width: 85rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 800px) {
    h1.lp_heading{
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .footer-logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
      }

      .footer-logo-container img {
        margin: 0 auto !important;
        display: block;
        float:none !important;
      }
}