a.btn-rm-2line {
  background: #347686;
  color: #ffffff;
  font-size: 25px;
  padding: 20px 70px;
  font-weight: normal;
  text-decoration: none;
  margin: auto;
  max-width: 450px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  text-align: center;
}
a.btn-rm-2line:hover {
  background: #204852;
  color: white;
}
