/*your custom css goes here*/
@media (min-width: 1200px) {
    .home-slider {
        max-width: 100% !important;
    }
}

@media (min-width: 768px){
    .fs-md-40{
        font-size: 2.5rem !important;
    }
}

.gap-05{
    gap: 0.5rem !important;
}