a.btn_news {
  background-color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 10%;
  margin: 5% auto 0;
  padding: 1.5% 4%;
  font-weight: bold;
  color: #27acd9;
  border-bottom: 2px solid #27acd9;
  border-radius: 100vh;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  font-size: 1.40625vw;
}

@media (max-aspect-ratio: 7/10) {
  a.btn_news {
    width: 30%;
    padding: 3% 4%;
    font-size: 3.125vw;
  }
}
a.btn_news:hover {
  color: #fff;
  background: #27acd9;
  border-bottom: 2px solid #fff;
  transform: translateY(3px);
}

a.btn_About {
  background-color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 20%;
  margin: auto;
  padding: 3% 8%;
  font-weight: bold;
  color: #27acd9;
  border-bottom: 2px solid #27acd9;
  border-radius: 100vh;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  font-size: 1.40625vw;
}

@media (max-aspect-ratio: 7/10) {
  a.btn_About {
    font-size: 3.125vw;
    margin-top: 80%;
  }
}
a.btn_About:hover {
  color: #fff;
  background: #27acd9;
  border-bottom: 2px solid #fff;
  transform: translateY(3px);
}
/*# sourceMappingURL=btn.css.map */