.btn-outline-light .elementor-button,
.btn-primary .elementor-button {
  fill: #ffffff !important;
  color: #ffffff !important;
  background-color: var(--e-global-color-accent) !important;
  border-style: solid !important;
  border-width: 2px 2px 2px 2px !important;
  border-color: #02010100 !important;
  border-radius: 0px 0px 0px 0px !important;
  padding: 0.75rem 2.25rem 0.75rem 2.25rem !important;
  width: auto !important;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-accent-font-size) !important;
  font-weight: var(--e-global-typography-accent-font-weight) !important;
  text-transform: uppercase !important;
  font-style: var(--e-global-typography-accent-font-style) !important;
  text-decoration: var(--e-global-typography-accent-text-decoration) !important;
  line-height: var(--e-global-typography-accent-line-height) !important;
  letter-spacing: var(--e-global-typography-accent-letter-spacing) !important;
  margin: 0 !important;
  min-width: unset !important;
  height: unset !important;
  text-align: center !important;
}

@media (max-width: 575px) {
  .btn-outline-light .elementor-button,
  .btn-primary .elementor-button {
    width: 100% !important;
  }
}

.btn-outline-light .elementor-button {
  fill: #ffffff !important;
  color: #ffffff !important;
  background-color: #02010100 !important;
  border-color: #ffffff !important;
}
