.services-icon {
  width: 60px;             
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: transparent;
  display: flex;            
  align-items: center;       
  justify-content: center;   
  margin: 0 auto 15px;     
}

.services-icon i {
  font-size: 28px;           
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list li {
  margin: 5px 0;
  font-size: 15px;
  color: #f1f0f0;
}

.services-box{
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  padding: 15px;
  border-radius: 10px;
}

.services-box h5{
  color: white;
}

