.dim_element {
  opacity: 0.1;
}

.hero_form {
  background-repeat: no-repeat;
  background-image: url("../img/pageheader.png");
  background-size: cover;
  height: 180px;
  background-position: right;
}

.third {
  display: flex;
  gap: 10px;
}

.third div:nth-child(3) {
  width: 231px;
  height: 50px;
  background-color: #424141;
  font-family: oswald_reg, Oswald, Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.third div input {
  width: 100%;
  height: 60px;
  font-size: 22px;
}

@media only screen and (max-width: 600px) {
  .dim_element {
    opacity: 0.1;
  }
}
