/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2021 | 07:40:30 */
.home-scene {
  margin-bottom: 0!important;
}

.title-scene {
/*   transform: translateX(-50%); */
  max-width: 100vw;
  pointer-events: none;
}

.title-scene h2 {
  line-height: 1.5;
}

.title-scene h2 span {
  background-color: var(--e-global-color-accent);
  padding: 0 10px;
  text-transform: uppercase;
}

.rs-icon a i {
  transition: .3s ease;
}

.rs-icon a:hover i {
  color: var(--e-global-color-primary)!important;
}