.primary-btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  width: 170px;
  text-align: center;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 14px;
}
.green-button {
  border: 1px solid #198754;
  color: #198754;
  text-decoration: none;
}

.green-button:hover {
  color: #fff!important;
  border: 1px solid transparent;
  text-decoration: none;
}

.white-button {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.green-button:hover {
  text-decoration: none;
}