.subscription-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subscription-img {
  width: 49%;
  padding-right: 50px;
}
.subscription-col .newsletter-form {
  width: 49%;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subscription-col > .box-component-wrapper {
  width: 49%;
}
.subscription-col > .box-component-wrapper .newsletter-form {
  width: 100%;
}
.newsletter-form h1 {
  margin-bottom: 15px;
  width: 100%;
}
.newsletter-form .gdpr-notice {
  width: 100%;
  margin-bottom: 20px;
}
.newsletter-form .js-form-item {
  width: 49%;
  margin-bottom: 15px;
}
.newsletter-form .js-form-item.js-form-item-email {
  width: 100%;
}
.newsletter-form .js-form-item label {
  display: block !important;
  font-weight: 700;
  margin-bottom: 10px;
}
.newsletter-form input[type=text],
.newsletter-form input[type=email] {
  width: 100%;
  background: #f4f4f4;
  border: 0;
  border-bottom: 1px solid #003366;
  border-radius: 0;
}
.newsletter-form input[type=text]:hover,
.newsletter-form input[type=email]:hover,
.newsletter-form input[type=text]:focus,
.newsletter-form input[type=email]:focus {
  background: #f0f5f9;
  border: 0;
  border-bottom: 1px solid #003366;
}
.newsletter-form input[type=submit] {
  width: 100%;
  display: block;
  text-wrap: unset;
}
@media screen and (max-width: 768px) {
  .subscription-img {
    width: 80%;
    margin: 0 auto;
    max-width: 300px;
  }
  .subscription-col .newsletter-form {
    width: 100%;
  }
  .subscription-img {
    padding: 0;
  }
  .subscription-col .newsletter-form .js-form-item {
    width: 100%;
  }
}
