/* Add custom CSS styles below */ 
.mburger--collapse .sicon-menu {
  color: #fff;
}

.s-block__title p {
  display: none;
}

.s-block__title h2 {
  text-align: center;
}

@media (min-width: 768px) {
    .s-slider-block__title {
        margin-bottom: 1rem;
    }
    .s-block {
        margin-bottom: 4rem;
    }
}

@media (max-width: 768px) {
    .s-block {
        margin-bottom: 2rem;
    }
}

section.angel-features {
  mask-image: unset !important;
}

section.angel-features .angel-feature .flex-center p {
  color: #000 !important;
}