.service-card {
  border: 1px solid lightgray;
  border-bottom: none;
  box-shadow: 2px 2px 2px gray;
  color: dimgray;
  height: 10rem;
  width: 20rem;
  float: left;
  margin-left: 0.75rem;
  margin-bottom: 0.75rem;
}

.service-card img {
  height: inherit;
  object-fit: contain;
  float: left;
  margin-right: 0.5rem;
}

.service-card-content {
  padding-left: 2rem;
}

.service-card-header {
  font-weight: bold;
  font-size: x-large;
}

.page-content {
  padding-top: 0 !important;
}

.post-title {
  padding-top: 30px;
}

/*# sourceMappingURL=style.css.map */