.image__button {
  border-radius: 6px;
  margin: 32px auto 0;
  padding: 20px 0;
  width: 720px;
  display: block;
  letter-spacing: 0.05em;
  background: #CDCAC1;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.hidden-type1 {
  display: none;
}

.image__load {
  display: inline-block;
  margin-left: -30px;
  margin-right: 10px;
  vertical-align: top;
  max-width: 30px;
  max-height: 30px;
}

.contact__button {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .image__button {
    width: 80%;
  }
}
