/*
Theme Name:   xSmart Child
Theme URI:    http://jthemes.org/wp/xsmart/
Description:  xSmart child
Author:       Jthemes
Author URI:   http://themeforest.net/user/Jthemes
Template:     xsmart
Version:      1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  xsmart
*/

/* Add your custom css below */

.hero-section .btns-group {
  display: inline-flex !important;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.hero-section .btns-group a.btn {
  margin: 0 !important;
}

@media screen and (max-width: 444px) {
  .hero-section .btns-group {
    align-items: center;
    justify-content: center;
  }
}
