@media (max-width:769px) {
    .carousel-item {
        height: 50vh;
    }
    #mobile-view-1{
        display: none;
    }
    #margin-responsive{
        margin: 0.5rem;
    }
    .mobile-view-1{
        display: none;
    }
    .carousel-control-next, .carousel-control-prev {
        top: 95px;
    }
    #title{
        font-size: 30px;
    }
 
    .px-5 {
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }
    .py-3 {
        padding-top: 0.7rem!important;
        padding-bottom: 0.7rem!important;
    }
    .option ul li {
       
        font-size: 14px;
      
    }
    p{
        font-size:14px;
    }
}
