/* only small tablets */
@media  (max-width: 991px) {
   
    .text1{
        font-size: 32px !important;
        line-height: 45px!important;
      }
      .text2{
        font-size: 25px !important;
        line-height: 45px!important;
      }
      .text3{
        font-size: 22px !important;
        line-height: 45px!important;
      }
    }
    