@media screen and (max-width:991px) and (min-width:320px){
  .carousel .carousel-inner .carousel-item .inner_text_section{
   display: none;
}
.carousel .carousel-inner .carousel-item .inner_img_banner_section .img_slider{
  display: none;
}
.carousel .carousel-inner .carousel-item{
  height: 415px!important;
}
.carousel .carousel-inner .carousel-item img{
  height: 415px!important;
}
.inner_img_banner_section h2{
  font-size: 35px;
  text-align: center!important;
}
.navbar{
  justify-content: center;
}
}