.products-sect .title span,
.about-sect .title span{
   display: none;
}

.title span{
   display: none;
}

.title h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;


  
    background: rgb(6,85,152); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(6,85,152,1) 0%, rgba(76,174,220,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(6,85,152,1) 0%,rgba(76,174,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(6,85,152,1) 0%,rgba(76,174,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#065598', endColorstr='#4caedc',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    white-space: nowrap;
    z-index: 2;
    position: relative;
  
}

.about-sect .title h2, .products-sect .title h2{
   background: -moz-linear-gradient(left, rgba(76,174,220,1) 0%, rgba(6,85,152,1) 50%, rgba(76,174,220,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(76,174,220,1) 0%, rgba(6,85,152,1) 50%,rgba(76,174,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(76,174,220,1) 0%, rgba(6,85,152,1) 50%,rgba(76,174,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#065598', endColorstr='#4caedc',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-sect .spic-1{
  
    background: url(../../../images/layout06/en/ser_pic.png) no-repeat;
    background-size: contain;
   }

.about-sect .txt-box .index-about-editor .editor h3,.service-sect .editor h3{
   letter-spacing: 0;
}


@media screen and (max-width: 1440px){
   .service-sect .spic-1 {
      right: 10px;
      top: 0;
   }

   .service-box {
      width: 40%;
      padding-left: 10px;
  }
}


@media screen and (max-width: 1280px){
   .title h2 {
      font-size: 50px;
      letter-spacing: 1px;
   }
}

@media screen and (max-width: 1000px){
   .service-box {
      width: 100%;
      padding: 0;
   }
}
