a.button.button-green {
  background-color: #49a918;
  border-radius: 5px;
  border: 5px solid #fff;
  outline: 1px solid #222;
}
a.button.button-green:hover {
  background-color: #49a918;
  border: 5px solid #49a918;
  outline: 1px solid #49a918;
}

.hp-btns-v1 {
  display: flex;
  display: flex;
  flex-direction: column;
}

.faqs-sec h4 {
  font-size: 14px;
  font-weight: 300 !important;
  margin-bottom: 2em;
}

.faqs-sec h4 a {
  color: #0165bd;
}

.faqs-sec li h4 {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .hp-btns-v1 {
    display: none;
  }
}
