/* white you custom css code here. only css code will work */
@media only screen and (max-width: 768px) {
 #sec5 .section-title{
   float: left !important;
  width: 415px !important;
  }
   #sec5 .section-title h3{
   font-size:24px !important  
  }
  .align-items-center .md-pl-15{
   width:450px !important;
  }
  .align-items-center .services-part{
    margin:14px 0px !important;
  }
  .custom-inner p{
   text-align: right !important;
    
  }
  .dec-img.wow.slideInLeft.fl-wrap {
   width:40% !important; 
  }
  table.table-bordered {
    text-align: right !important;
    line-height: 30px !important;
  }

}