.foot-newsletter-alerts {
  background-color: #F5F5F5;
  margin-bottom: 50px;
  padding-block: 24px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: end;
}

.foot-newsletter-alerts .section-flex {
  align-items: center;
  justify-content: space-between;
}

.foot-newsletter-alerts h2 {
  font: 400 24px/1.5 var(--font-helvetica-neue);
}

.foot-newsletter-alerts p {
  font: 400 16px/1.5 var(--font-helvetica-neue);
}

.foot-newsletter-alerts label {
  font: 500 14px/1.5 var(--font-helvetica-neue);
  margin-right: 16px;
}

.foot-newsletter-alerts input {
  background-color: #fff;
  padding: 13px;
  border: 1px solid #BAB5B5;
  max-width: 332px;
  width: 100%;
}

.foot-newsletter-alerts a {
  text-decoration: none;
  background-color: #E71316;
  padding: 25px 70px 50px 100px;
  color: #fff;
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
  height: 20px;
  width: 264px;

}

.newroom-alert-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newroom-alerts-input {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width:768px) {

  .foot-newsletter-alerts h2 {
    font: 500 20px/1.5 var(--font-helvetica-neue);
  }

  .foot-newsletter-alerts label {
    font: 500 14px/1.5 var(--font-helvetica-neue);
  }
}