.top-cover-hero.hero-man::after {
  background-image: url('/wp-content/uploads/2023/05/hero-1-elements.svg');
}

@media screen and (min-width: 968px) {
  .hero-section-inner-home {
    padding-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-section-inner-home {
    padding-left: 40px;
  }
}

/* solutions componenent */

/* each individual software solution */
.solutions-section div > div:nth-child(2) > div section div.elementor-icon-box-wrapper {
  display: flex;
}

/* icon for each software */
.solutions-section div > div:nth-child(2) > div section div.elementor-icon-box-wrapper 
.elementor-icon-box-icon {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .solutions-section div > div:nth-child(2) > div section div.elementor-icon-box-wrapper {
    flex-direction: column;
  }
  
  /* icon for each software */
  .solutions-section div > div:nth-child(2) > div section div.elementor-icon-box-wrapper 
  .elementor-icon-box-icon {
    margin-right: 0;
  }
}