.top-header-btn {
    display: flex;
	gap:0 16px;
}
.top-header-btn svg{
   margin-right:10px;
}
.top-header-btn a {
    border: 1px solid #000;
    background:transparent;
    margin: 0;
    width: 100%;
    display: block;
	max-width:193px;
    height: 54px;
    padding: 14px 15px 12px;
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #393939;
    border-radius: 50px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	text-align:center;
}
.top-header-btn a:hover:last-child,
.top-header-btn a:hover{
    background-color:#172836;
	border: 1px solid #172836;
	color:#fff;
}
.top-header-btn a:last-child{
  border:1px solid #fff;
  background:#fff;
  color:#393939;
}
.top-header-btn a:hover svg path {
  fill:#fff
}
