.btn-subscribe {
   border: none;
   border-radius: 24px;
   padding: 10px;
   background: #556964;
   font-family: 'Bricolage Grotesque', "Helvetica Neue", Helvetica, Roboto, sans-serif;
   font-size: 20px;
   font-weight: 600;
   padding: 16px 32px;
   color: #fff;
}

.btn-subscribe:hover {
  background: #DC785A;
  cursor: pointer;
}