@media (max-width: 575px) { 
  .b5-active .d-sm-block { 
    display: block !important; 
  } 
  #emailSignupLP_Img img {
    padding-top: 20px;
  }
}
#emailSignupLP h2 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}@media (max-width: 767px) {
  .b5-active .card {
    padding: 20px;
  }
}