.services {
  display: block;
  /* width: 100%; */
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services .heading {
  font-size: 24px;
  font-weight: bold;
}

.bg-first {
  background: #e24f42;
}
.bg-sec {
  background: #fdc10e;
}
.bg-third {
  background: #32b356;
}
.bg-fourth {
  background: #387df5;
}
/*  */
/* .bg-first {
  background: var(--gray-color);
}
.bg-sec {
  background: var(--gray-color);
}
.bg-third {
  background: var(--gray-color);
}
.bg-fourth {
  background: var(--gray-color);
} */

.services {
  border-right: 1.5px solid white;
}
.border-0 {
  border: 0px !important;
}

.media {
  color: var(--white-color);
  display: flex;
}

.services .icon {
  color: white;
  font-size: 90px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .services .icon {
    font-size: 50px;
  }
  .services {
    padding: 10px !important;
  }
}

/* 
.services:nth-child(1) .icon {
  color: #e24f42;
}

.services:nth-child(2) .icon {
  color: #fdc10e;
}
.services:nth-child(3) .icon {
  color: #32b356;
} */
