

input {
  background-color: rgba(215, 196, 145, 0.85);
  width: 50%;
}

textarea {
  background-color: rgba(215, 196, 145, 0.85);
  width: 100%;
  height: 150px;
}

.slogan p {
  margin: 10px 0;
  font-size: 20px;
}

#sendContactBtn {
  background-color: #45302b;
  border-color: #468641;
  color: white;
}

select {
  background-color: rgba(215, 196, 145, 0.85);
  width: 50%;
  height: 24px;
}

.row {
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  input,
  select {
    width: 100%;
  }

}
