.service-card {
  margin-bottom: 40px;
  display: block;
  text-decoration: none;
  transition: background-color 0.3s  cubic-bezier(0.5, 0, 0, 1);
}
-color: rgba(0,0,0,0.02);
}
.service-card img {
  transition: transform 0.3s  cubic-bezier(0.5, 0, 0, 1);
}

.service-card:hover img {
  transform: scale(1.1);
}


.service-card h1, .service-card h2, .service-card h3, .service-card h4 {
  margin-bottom: 0.5rem;
}

.service-card__icon {
  margin: 60px 0;
}


.service-card .icon {
  background: #814a59;
}


.specialty-card-img {
  width: 100%;
  display: block;
  max-width: 230px !important;
  margin: auto;
}




.service-card__content {
margin-top: 1.5rem;
}


