.header-text {
  text-align: center;
  padding-left: 0px !important;
  padding-bottom: 30px;
}

.header-text p {
  margin-bottom: 20px !important;
}

.container-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.subscribe-form {
  padding: 0px 16px !important;
}

@media (max-width: 1024px) {
  .header-text {
    text-align: left;
    padding: 0px 16px !important;
    padding-bottom: 30px !important;
  }
  .container-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}
