@media (width < 912px){

    .navbar{
        width: 100vw;
      }

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

    #about{
      margin-top: 7vh;
      display: flex;
      width: 100vw;
      height: auto; 
      justify-content: center;
      align-items: center;
      /* background: red; */
    }
    .about-container{
      height: auto;
    }
    .about-text{
      padding-top: 12px;
      display:block;
      width: 90%;
      height: auto;
    }
    .about-yety-line{
      width: 70px;
      margin-left: 35vw;
  }

    .about-text img{
      width: 100px;
      height: 100px;
      border-radius: 50px;
      margin-left:1rem;
      shape-outside:circle();
      float: left;
      margin-right:3rem;
    }
/* ******************************* */
  .selling-point{
    display: flex;
    width: 100vw;
    height: 60px;
    justify-content: space-around;
    align-items: center;
    font-weight: bolder;
    background: black;
  }

  .selling-point p{
    font-size: 16px;
  }
/* *********************************         */
  #the-experts{
    display: flex;
    margin-top: 10px;
    width: 100vw;
    height: auto;
    /* background-color: lightgreen; */
  }

  .about-ceo{
    width: 90%;
    height: auto;
  }
  
/* ***************************************** */
/* ****************************************** */
    #cont-bar p{
        font-size: 22px;
      }
      #cont-bar .fa-solid{
        margin-right: 5px;
        display: flex;
        width: 40px;
        height: 40px;
        border-radius:20px;
      }
  /* *************************************** */
      #company{
        display: flex;
        height: 65vh;
      }
  
      .logo-name{
        display: flex;
        flex-direction: column;
        height: 35vh;
      }
      .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;
      }

  /* *************************************** */  
  footer{
    display: flex;
    width: 100vw;
    height: 12vh;
    justify-content: center;
    align-items: center;
  }

  .foot{
    display: flex;
     width: 100%;
    height: 100%;
  }
          
}