@media (width < 912px){
    .navbar{
        width: 100vw;
      }

      #navbarNavDropdown{
        background: rgb(16,16,17);
      }

      /* ************************************************* */
      .menu-section{
        margin-top: 10vh;
        height: auto;
      }

      .menu-section p {
        width: 95%;
        font-size: 22px; 
      }
      /* ******************************************* */
      .testimonials {
        width: 100vw;
        height: 75vh;
        text-align: center;
        align-items: center;
        justify-content: center;
      }

    .testimonials-container{
        position: absolute;
        width: 100vw;
        height: 100%;
      }
      .testimonials img{
        width: 100%;
        height: 100%;
        opacity: 0.3;
      }
      .testimonials-desc{
        font-size: 22px;
        width: 80%;
      }
      .testimonial-carousel{
        width: 90%;
    }

      /* *************************************** */
      #company{
        display: flex;
        height: 65vh;
      }
  
      .logo-name{
        display: flex;
        flex-direction: column;
        height: 35vh;
        /* background-color: white; */
      }
      .logo-name img{
        margin-right: 0;
      }
      .logo-name h1{
        padding-top: 30px;
        font-weight: bold;
        font-size: 40px;
        letter-spacing: 8px;
        word-spacing: 8px;
      }
  
      .socials{
        width: 100vw;
        justify-content: center;
          /* background-color: blue; */
      }
      .socials a{
        padding: 15px;
      }
  
      .location-address{
        margin-top: 2vh;
        display: flex;
        width: 100%;
        height: 5vh;
        /* background-color: yellow;       */
      }
  /* *************************************** */ 
      footer{
        display: flex;
        width: 100vw;
        height: 12vh;
        justify-content: center;
        align-items: center;
      }
  
      .foot{
        display: flex;
        width: 100%;
        height: 100%;
        /* background-color: blue; */
      }
    }