.services-page .services-section {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .services-page .services-section {
    padding-bottom: 24px;
  }
}
.services-page .services-section .services-block {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .services-page .services-section .services-block {
    margin-bottom: 24px;
  }
}
.services-page .services-section .services-block .services-icon-box {
  width: 90px;
  height: 90px;
  background: #f3f5f8;
  border-radius: 10px;
  margin-bottom: 30px;
}

.service-icon-outer {
    background: #f8f9fa;
    padding: 15px 0;
}
.service-name-outer {
  background-color: var(--secondary) !important;
  color: #fff;
}

.hero-service-header {
  background: linear-gradient(rgba(9, 30, 62, .60), rgba(9, 30, 62, .60)), url(https://www.rdicdental.com/assets/front/images/custom/rdic-services.jpg) center center no-repeat;
  background-size: cover;
  padding: 150px 0;
}

.service-item img {
  max-height: 100px;
}
.service-item h4 a {
  color: #fff;
  text-decoration: none;
}