@media (max-width: 767px){
  section.pro-gallery{
    padding-left: 12px;
    padding-right: 12px;
  }
  .pro-gallery-info{
    flex-wrap: wrap;
    gap: 15px;
  }
  section.pro-gallery .pro-left, section.pro-gallery .pro-right{
    width: 100%;
  }
  section.pro-gallery .pro-left img{
    height: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  section.pro-gallery .pro-right img , section.pro-gallery .pro-right img{
    height: auto;
  }
  section.pro-gallery .pro-right .pro-images:nth-child(2) img{
    border-top-right-radius: 0px;
  }
  section.pro-gallery .pro-right .pro-images:nth-child(4) img{
    border-bottom-right-radius: 0px;
  }
  section.pro-head{
    padding: 0 12px;
  }
  section.pro-head h1{
    font-size: 28px;
  }
  .abe-icons{
    flex-wrap: wrap;
    margin-bottom:25px;
  }
  section.pro-bottom{
    padding:0;
  }
  .booking-form{
    margin-bottom: 25px;
  }
  .pro-left ul.nav.nav-pills{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 10px;
  }
}