@charset "UTF-8";

.btn_other img {
  box-shadow: 0px 5px 14px 0px rgba(27, 31, 39, 0.07);
}

@media screen and (max-width: 768px) {
  .btn_other img {
    width: 80%;
  }
}

#page-footer {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  #page-footer {
    padding-top: 70px;
  }
}
