/* Add custom CSS styles below */ 
.container {
    max-width: 1440px;
}
li#blog {
    display: none;
}
.center-block-title .s-block__title h2, .center-block-title .s-slider-block__title h2 {
    align-items: center;
    background-color: transparent;
    border-width: 0;
    display: flex;
    font-weight: 800;
    gap: 18px;
    justify-content: center;
    line-height: 2.5rem;
    margin-bottom: .375rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    --tw-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
    box-shadow: 0 0 transparent,0 0 transparent,0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
}




@media only screen and (max-width: 768px) {
  

  .s-block--tabs .quicklinks-item {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75rem;
    padding-bottom: .25rem;
    padding-top: .25rem;
    transition-duration: .2s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

/* Mobile: show 2 items only */
@media (max-width: 767px) {
  salla-slider.main-links-slider .swiper-slide,
  .main-links-slider .swiper-slide,
  #main-links-1 .swiper-slide {
    width: calc(50% - 8px) !important;
    min-width: calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
    flex: 0 0 calc(50% - 8px) !important;
  }
}

/* Tablet: show 3 items */
@media (min-width: 768px) and (max-width: 1024px) {
  salla-slider.main-links-slider .swiper-slide,
  .main-links-slider .swiper-slide,
  #main-links-1 .swiper-slide {
    width: calc(33.333% - 10px) !important;
    min-width: calc(33.333% - 10px) !important;
    max-width: calc(33.333% - 10px) !important;
    flex: 0 0 calc(33.333% - 10px) !important;
  }
}