* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    font-family: 'segoe ui';
    background-color: #f0f0f0;
}



@media (max-width:768px) {


    .carousel-inner img {
        height: 210px;
        /* Responsive image height */
        width: 100%;
    }

    .carousel {
        position: relative;
    }


}