.marginRow {
  margin-top: 20px;
}
.services .box-services span {
  font-size: 20px;
  font-weight: 700;
  color: #062033;
  padding-left: 18px;
  transform: scale(0);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.services .box-services p {
  font-size: 15px;
  color: #717982;
  padding-left: 56px;
}
.services .box-services .eclipse {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0eb493;
  float: left;
}
.services .box-services .eclipse i {
  font-size: 20px;
  color: #0eb493;
  padding: 8px 0 0 8px;
}
.services .box-services .eclipse:before {
  content: "";
  width: 50px;
  height: 50px;
  border: 2px solid #32b0ee;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 10px;
  transform: scale(0);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.services .box-services:hover .eclipse:before {
  cursor: pointer;
  transform: scale(1);
}
.services .box-services:hover span {
  cursor: pointer;
  color: #32b0ee;
}
