.franchiseSlide {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    /* border-radius: 8px; */
}

.franchiseImg:hover {
    transform: scale(1.05);
}