.custom_btn a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1D1D1D;
  border: 1px solid #1D1D1D;
  background-color: #fff;
  padding: 12px 20px;
  border-radius: 42px;
  display: inline-block;
  margin: 50px 0;
  transition: all .2s ease-in-out;
  text-transform: uppercase;
}
.custom_btn:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #1D1D1D;
}
}