
@media only screen and (max-width: 767px) {
  
    .carosal-area .text>h3 {
        margin-top: 40px;
    }
    .carosal-area .owl-dots {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .carosal-area .text>p {
        text-align: justify;
    }
    br {
        display: none
    }
   
    .progress-text p.progress-top {
        text-align: center;
    }
   
    .block-wrapper {
        margin-top: 30px;
        padding: 0px 0;
    }
   
    .owl-theme .owl-nav {
        display: none;
    }
    .carosal_bottom {
        height: auto;
    }
}