/* Add custom CSS styles below */ 
.advanced-slider .swiper .swiper-slide-active h2,
.advanced-slider .swiper .swiper-slide-active p {
    color: #fff;
}
.s-block--animated-brands--brand {
    background: #ffffff;
}

@media(max-width:768px){
.advanced-slider__caption__inner__content__heading {
    font-size: 30px;
}

section.s-block--square-links.merge-with-top-component .grid-cols-2 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.2rem !important;
    margin-top: 5rem;
}
section.s-block--square-links.merge-with-top-component .px-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.s-block--square-links.merge-with-top-component .text-base {
    font-size: 14px;
    line-height: 20px  !important;
}}