.about-service-icon i {
  color: #ff4500;
  font-size: 30px;
}
.about-service-text h5 {
  font-weight: 600;
}
.about-item {
  background: #0a165e;
}
.about-item h4 {
  color: #fff;
}
.about-item p {
  color: #fff;
  margin-top: 30px;
}
.about-item:hover {
  background-color: #ff4500;
}
