.gc-newsletter-button {
  background-color: #534a46;
  border: 0;
}

.gc-newsletter-button {
  font-family: Exo2;
  font-size: 18px;
  color: #fffbf9;
}

.gc-newsletter-button {
  border-radius: 3px;
  float: right;
  padding: 10px 25px;
}

.gc-newsletter-input {
  border: 0;
  height: 45px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.gc-newsletter-input::placeholder {
  color: #a6a09e;
}

@media (min-width: 992px) {
  .gc-newsletter {
    float: right;
  }

  .gc-newsletter-input {
    border: 1px solid #534a46;
    border-radius: 3px;
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
    text-indent: 10px;
    width: 300px;
  }
}
