.btn-border_top1 {
  display: inline-block;
  text-align: center;
  width: 360px;
  background-color: #06275a;
  border: 2px solid #fce9f2;
  font-style: normal;
  line-height: 1.3;
  font-size: 20px;
  color: #fce9f2;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0px 12px 0px;
  border-radius:8px;
  transition: .3s;
}

.btn-border_top1:hover {
  background-color: #fce9f2;
  border-color: #06275a;
  color: #06275a;
}