.hero-info-button,
.hero-info-button a,
.hero-info-button .vc_btn3,
.hero-info-button.vc_btn3,
.hero-info-button .vc_general,
.hero-info-button.vc_general {
  background: rgba(255,255,255,0.92) !important;
  color: #111 !important;
  border: 1px solid rgba(218, 174, 88, 0.7) !important;
  border-radius: 5px !important;
  padding: 12px 30px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.hero-info-button:hover,
.hero-info-button a:hover,
.hero-info-button .vc_btn3:hover,
.hero-info-button.vc_btn3:hover,
.hero-info-button .vc_general:hover,
.hero-info-button.vc_general:hover {
  background: rgba(218, 174, 88, 0.95) !important;
  color: #111 !important;
  border-color: rgba(218, 174, 88, 1) !important;
}