.lp-footer__form,
.lp-footer__info {
  width:40%;
}
.lp-footer__container h3,h5 {
  color: #ffb701;
}

.social-icon {
  font-family: 'Font Awesome 5 Brands';
  color: #ffb701 !important;
  text-decoration: none !important;
  padding-right: 1.3rem !important;
  font-size:25px;
}
.social-icon:hover {
  color: #FC8500 !important;
}

/* 
/* Form CSS
*/

.lp-footer__container .lp-footer__form form input:not(.hs-button) {
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  border-bottom: 2px solid #cad5e2 !important;
  color: #fff;
  font-size: 18px !important;
  padding-left: 0 !important;
}
.lp-footer__container .lp-footer__form .hs-button{
  font-weight: 800;
  border-radius: 5px;
}
.lp-footer__container .lp-footer__form .hs-button:hover{
  background-color:#FC8500;
  border: 4px solid #FC8500;
  color: #00151f;
}

@media  (max-width:780px) {
  .lp-footer__container {
    flex-direction: column !important;
  }
  .lp-footer__form,
  .lp-footer__info {
    width: 80%;
    text-align: center !important;
  }
  .lp-footer__info {
    margin-top: 3rem;
  }
}