@media ( max-width: 625px) {
    .navbar-brand {
        font-size : 22px !important;
    }
    .contact-us {
        display: flex;
        flex-direction: column;
    }
    .contact-us div {
        margin: 10px 0;
        
    }
   
}
.carousel-item .order-lg-last {
    height: 500px;
}
.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}