.services-grid .service-card {
  border: 1px solid rgba(0,0,0,.06);
  border-bottom: 5px solid var(--bs-primary);
  border-radius: 12px;
  transition: all 0.3s ease;

  &:hover {
    border-bottom-color: var(--bs-warning);
  }
}

.services-grid .service-card__image {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.services-grid .service-card__img {
  width: 100%;
  height: auto;
}