.fnsr-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #8cc53f;
  border: 2px solid #8cc53f;
  color: #fff !important;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 12px 24px !important;
  font-size: 15px;
  line-height: 1 !important;
  font-family: "Roboto", Sans-serif !important;
}

.fnsr-button:hover {
  background-color: #fff;
  color: #8B2077 !important;
  border-color: #8B2077 !important;
}

/* Style 2 */
.fnsr-button.fnsr-style-2 {
  background-color: #fff;
  color: #8B2077 !important;
  border: 2px solid #8B2077;
  padding: 25px !important;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", Sans-serif !important;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
}

.fnsr-button.fnsr-style-2:hover {
  transform: scale(1.05);
  background-color: #8B2077;
  color: #fff !important;
  border-color: #8B2077;
}