.button_1 {
  padding: 12px 16px 12px 16px;
  background: none;
  border: 1px #000000 solid;
  width: 220px;
  height: 54px;
  font-size: 16px;
  font-family: 'Literata';
  line-height: 23.76px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .button_1 {
    font-size: 20px;
    line-height: 29.7px;
  }
}

.button_1:hover {
  background: #819069;
}

.button_2 {
  padding: 10px 16px 10px 16px;
  background: #35392a;
  border: 1px #e5dfd8 solid !important;
  font-family: 'Literata';
  line-height: 23.76px;
  font-size: 16px;
  color: #e5dfd8;
  width: 220px;
  height: 54px;
  text-transform: uppercase;
  border-radius: 0;
}

@media (min-width: 992px) {
  .button_2 {
    line-height: 29.7px;
    font-size: 20px;
  }
}

.button_2:hover {
  background: #819069;
}

.big_button_2 {
  padding: 12px 16px 12px 16px;
  background: #35392a;
  border: 1px solid #e5dfd8;
  font-family: 'Literata';
  font-size: 16px;
  color: #e5dfd8;
  width: 224px;
  height: 54px;
  text-transform: uppercase;
  border-radius: 0;
}

.big_button_2:hover {
  background: #819069;
}

@media (min-width: 992px) {
  .big_button_2 {
    font-size: 28px;
    width: 464px;
    height: 74px;
  }
}

.big_button_1 {
  padding: 12px 16px 12px 16px;
  background: none;
  border: 1px #000000 solid;
  width: 224px;
  height: 54px;
  font-size: 16px;
  font-family: 'Literata';
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .big_button_1 {
    font-size: 20px;
    width: 464px;
    height: 74px;
  }
}

.big_button_1:hover {
  background: #819069;
}

.button_prev_next {
  padding: 12px 16px 12px 16px;
  background: none;
  border: 1px #000000 solid;
  height: 54px;
  width: 100% !important;
  max-width: 220px;
  font-size: 16px;
  font-family: 'Literata';
  line-height: 23.76px;
  text-transform: uppercase;
}

