.services .icon .title {
  color: rgba(0,20,20,1);
}

.services .icon .description {
  color: rgba(0,20,70,1);
}

.services .icon-box {
  padding: 25px 5px;
}

.services .icon svg {
  font-size: 48px;
  line-height: 1;
  color: #e43c5c;
  transition: all 0.3s ease-in-out;
}

.services .icon-box:hover .icon svg {
  color: #fff;
}

.services h2 {
  margin: 0 0 15px;
}

.services p {
  margin-bottom: 50px;
}

.services {
  padding: 50px 30px;
  position: relative;
}

.services-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../../assets/img/services-background.jpg");
  background-size: cover;
  background-position: center;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px) grayscale(50%);
  color: black;
}

