/* Add custom CSS styles below */ 
.custom-badges .container .flex {
  justify-content: center;
}
.custom-badges .banner.basis-3\/6 {
  flex-basis:20%;
}
@media only screen and (max-width:769px) {
  .custom-badges .banner.basis-3\/6 {
  flex-basis:40%;
}
  .custom-showcase-section .grid .col-span-2:last-child a img{
    object-position: center 12%;
  }
}
@media (max-width: 991px) {
    .advanced-slider .swiper {
        height: 60vh;
    }
}
@media only screen and (min-width:991px) {
.advanced-slider .swiper {
  height: 80vh;
}
}