/* Add custom CSS styles below */ 
.slide--cat-entry h2 {
  display: none;
}

.p_w_d_design-content {
  padding-top: 20rem!important;
}

div.s-f-image > img {
  width: 10rem!important;
  height: 10rem!important;
}

#app > div.app-inner.flex.flex-col.min-h-full.relative > section.s-block.s-block--s-features.s-block--custom-features.overflow-hidden.bg-gray-100.dark\:bg-gray-800.mb-8 > div {
  background-color: #fff0ed;
}


@media (min-width: 769px) {
    #main-links-1 .swiper-wrapper {
        display: flex !important;
        justify-content: center !important;
    }

    #main-links-1 .swiper-slide {
        width: auto !important;
        flex-shrink: 0 !important;
    }
}