.title_3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 35.64px;
  font-family: 'Literata';
  color: #e5dfdb;
}

@media (min-width: 992px) {
  .title_3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 59.4px;
    font-family: 'Literata';
    color: #e5dfdb;
  }
}

.title_4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 47.52px;
  font-family: 'Literata';
  color: #ffffff;
}

@media (min-width: 992px) {
  .title_4 {
    font-size: 40px;
    font-weight: 400;
    line-height: 35.64px;
    font-family: 'Literata';
    color: #ffffff;
  }
}

.form_paragraph {
  font-size: 16px;
  font-family: 'Literata';
  font-weight: 400;
  line-height: 23.76px;
  color: #e5dfdb57;
}

@media (min-width: 992px) {
  .form_paragraph {
    font-size: 20px;
    font-family: 'Literata';
    font-weight: 400;
    line-height: 29.7px;
    color: #e5dfdb57;
  }
}

@media (min-width: 992px) {
  .border_form_column {
    border-right: 1px solid #e5dfd8;
  }
}

.button_3 {
  background: #35392a;
  height: 54px;
  font-size: 20px;
  font-family: 'Literata';
  color: #e5dfdb;
  border: 1px solid #819069;
}

.button_3:hover {
  background: #819069;
}

.newsletter-form-control {
  border: 1px solid #819069 !important;
  background: none;
  width: 100%;
  height: 54px;
  margin-bottom: 10px;
  font-family: Literata;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  padding-left: 10px;
  border-radius: 0;
  color: #e5dfdb57;
}

#newsletter .name {
  opacity: 0;
}

#newsletter .form-label {
  color: #333;
}

#newsletter .card {
  border-style: none;
  width: 90%;
  background: none;
}

@media (min-width: 992px) {
  #newsletter .card {
    border-style: none;
    width: 50%;
    background: none;
  }
}

