/* Add custom CSS styles below */ 
.salla-advertisement {
    background-color: #28336d !important;
}

@media (min-width: 768px) {
    .lazy__bg.lazy_menu {
        height: 5rem !important;
        width: 5rem !important;
    }
}
@media only screen and (max-width: 600px) {
    .lazy__bg.lazy_menu {
        height: 5rem !important;
        width: 5rem !important;
    }
}

.s-block {
    padding-bottom: .75rem !important;
    padding-top: .75rem !important;
}

@media (min-width: 768px) {
    .s-block {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
}

:nth-child(1 of section.s-block.home-slider) {
  padding-top: 0 !important;
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}

section.s-block.s-block--banners .s-block__title p {
  display: none;
}

section.s-block.s-block--banners .s-block__title {
  justify-self: center;
}