.alert-form-success,
.alert-form-error,
.alert-form-check-fields{
  opacity: 0;
}

.alert-form-success.active,
.alert-form-error.active,
.alert-form-check-fields.active{
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px){
  .ichip-header__logo-wrapper{
    justify-content: center;
  } 
  h1{
    font-size: 48px !important;
    line-height: 48px !important;
  }
  h2{
    font-size: 32px !important;
    line-height: 40px !important;
  } 
  footer .ichip-copyright{
    text-align: left !important;
    margin-top: 24px;
  }

  .ichip-contact-form--row{
    flex-direction: column-reverse;
  }

  .ichip-caller--wrapper{
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }
}