/* Add custom CSS styles below */
.s-block--fixed-banner:first-of-type{
  margin: 0;
  .container {
    max-width: 100%;
    padding: 0;
  }
  img {
    border-radius: 0;
  }
}

#main-links-1 {
  .salla-slider .slide--one-sixth {
    width: 150px;
    margin-inline: auto;
  }
  .swiper-slide { 
    padding: 0;
    .slide--cat-entry {
      background-color: transparent;
      padding: 0;
      border: none;
    }
    img {
      height: 6rem;
    }
  } 
} 

.s-block--features {
  .s-block--features__item {
    padding: 0;
    background-color: transparent;
    color: white;
    p {
      display: none;
    }
    .feature-icon i {
      color: white;
    }
  }
}