.sp-module-content .mod-languages ul.lang-inline {
  margin: 0 0 0 20px!important;
  
}
div.mod-languages ul li.lang-active {
  background-color: inherit!important;
}

/* Page Title Background */
.sp-page-title {
    background-size: cover!important;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Tablet */
@media (max-width: 991px) {
    .sp-page-title {
        min-height: 250px!important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .sp-page-title {
        min-height: 180px!important;
        background-position: center center;
    }
}
.check-list li {
  list-style: none !important;
  display: flex;
  gap: 8px;
}

.check-list li::before {
  content: "✔";
  color: #2ecc71;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 600!important;

