    
      
      @media only screen and (max-width : 1399px) {
        .body__img {
           width: 100%;
           text-align: center;
           margin: auto 0;
        }

        .body__img-gallery {
         width: 100%;
         text-align: center;
         margin: auto 0;
        }

        .title {
           padding-top: 25px;
           padding-bottom: 25px;
        }
        
   }
  
      @media only screen and (max-width : 991px) {
         .navbar {
            height: auto;
            }

         .navbar-brand img {
            height: 55px;
            width: auto;
         }
   }
  
  
  /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
      .logo {
         font-size: 30px;
         color: #1E1E1E;
         font-weight: 600;
      }
      .section-info-container {
         justify-content: center;
         margin: auto;
      }

      .title {
         font-size: 30px;
         padding-top: 25px;
       }

       .text {
         font-size: 18px;
      }

      .body {
         padding-top: 30px;
         padding-bottom: 30px;
      }
      .section-info-text {
         margin-top: 50px;
      }

      .body__img {
        
         height: 300px;
      }

      .mb700 {
         margin-bottom: 20px;
      }

      ul {
         font-size: 18px;
      }
}


@media only screen and (max-width : 450px) {
   .footer__text{
      padding-right: 15px;
   }
}


@media only screen and (max-width : 320px) {
  html,body {
     display: none;
  }
}