/* services01 Section
--------------------------------*/
#services01 .description {
  overflow-y: scroll; 
  overflow-x: hidden; 
  height: 100px;
}

#services01
::-webkit-scrollbar {
      width: 1px;
}


#services01 {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services01 .box {
  margin-bottom: 30px;
}

#services01 .icon {
  float: left;
}

#services01 .icon i {
  color: #d9232d;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services01 .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services01 .title a {
  color: #111;
}

#services01 .box:hover .title a {
  color: #d9232d;
}

#services01 .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}
