@charset "UTF-8";
.image__button {
  cursor: pointer;
  width: 300px;
  max-width: 100%;
  background: #CDCAC1;
  border-radius: 37px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  padding: 1.5em 0;
  border: none;
  color: #fff;
}

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


