
.thesaas-sections-split .section,
.thesaas-sections-split .main-content .topbar,
.thesaas-sections-split .main-content .site-footer {
  margin: 30px 50px 100px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}

.thesaas-sections-split .main-content .topbar {
  position: static;
}

.thesaas-sections-split .main-content .topbar .topbar-toggler {
  display: none;
}

.thesaas-sections-split .section-info {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 60px;
}

.thesaas-sections-split.topbar-reveal .main-content .topbar-nav {
  display: none;
}

@media (max-width: 768px) {

  .thesaas-sections-split .section,
  .thesaas-sections-split .main-content .site-footer {
    margin: 30px 0 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

}
.products{
    list-style: none;
}
.products li:before{
  content: "\2022";
  color: #db4b35;
  font-weight: bold;
  display: inline-block; 
  width: 2em;
  margin-left: -1em;
}
.products li a{
  color: #db4b35;
}
.fs-14 a{
  color: black;
}
.fs-24 a{
  color: white;
}
.ml-50-percent{
  margin-left: 35%;
}
@media (max-width: 768px){
  .ml-50-percent{
    margin-left: 0;
  }
}
.bg-overlay{
  background: rgba(0, 0, 0, 0.27);
}
.topbar{
  box-shadow: 0 0 15px rgba(0,0,0,0.06);
}
.topbar-expand-md .nav-submenu.cols-2{
  width: 400px;
}
@media (max-width: 768px){
  .topbar-expand-md .nav-submenu.cols-2{
    width: auto !important;
  }
}