

/*  ===============================================================================
                          what  makes us diffrent
 ============================================----------------------------------------*/

 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

 #diff{
    background: url("../img/bg-1.jpg") fixed; 
    background-size: cover; 
    background-position: 50% -17.5734px;
    padding: 40px 0px;
  }
  #diff h1{
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    font-weight:900;
    font-style:normal;
    padding: 20px 0px;
  }
  #diff p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
  }
  