.klaviyo-form div button {
  width: 200px;
}
.klaviyo-form p span{
    font-size: 16px;
}
.newsletter .klaviyo-form input[type="email"]{
    width: 100% !important;
}
/* Footer logo sizing - max 157x51px on all viewports */
.footer-content__text > img {
  max-width: 157px;
  max-height: 51px;
  width: auto;
  height: auto;
}

.footer-bottom a img{
    vertical-align: unset;
}