.service-item {
  height: 244px;
  border-radius: 20px;
  background-color: #f3f8fc;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.service-item .icon {
  background-color: #e7eff7;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-item .icon i {
  font-size: 24px;
  color: #01779c;
}
.service-item .content h3 {
  font-size: 18px;
  font-weight: 500;
}