.ww-newsletter-input,
.ww-newsletter-submit {
  display: inline-block !important;
}

.ww-newsletter-wraper {
  display: inline-flex;
  justify-content: center;
}

.ww-newsletter-input {
  width: 60% !important;
  height: 60px !important;
  color: black !important;
}

.ww-newsletter-submit {
  width: 30% !important;
  height: 60px !important;
}
ul.blog-list, ol.blog-list{
  margin-left:22px!important;
  list-style: unset !important;
}
body.page-id-28 .ww-newsletter-wraper{
    justify-content: flex-start!important;
}
@media (max-width: 815px) {
  body.page-id-28 .ww-newsletter-wraper .ww-newsletter-submit{
      font-size: 14px!important;
  }
  }