.oxy-newsletter-page-section {
  padding: 120px 24px 80px;
  background: #fff;
  min-height: 50vh;
}

.oxy-newsletter-page-section .x-container {
  max-width: 720px;
  margin: 0 auto;
}

.oxy-newsletter-page-section h1 {
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #003238;
  margin: 12px 0 16px;
}

.oxy-newsletter-page-section h3 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1rem;
  color: #003238;
}

.oxy-newsletter-page .bulten2 input[type="text"],
.oxy-newsletter-page .bulten2 input[type="email"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 12px;
  border: none;
  padding: 15px 25px;
  font-size: 12px;
  color: #003238;
  background-color: rgb(245 247 249 / .5);
  border-radius: 8px;
  outline: none;
  font-family: "Red Hat Display", sans-serif;
}

.oxy-newsletter-page .bulten2 [type="submit"] {
  border: none;
  border-radius: 99px;
  font-size: 12px;
  color: #fff;
  background-color: #00b3e3;
  font-weight: 500;
  height: 35px;
  width: 100px;
  cursor: pointer;
}

.oxy-newsletter-page .bulten2 a {
  color: #00b3e3;
}
