.service-card-top {
  border-radius: 50%;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.05);
  border: 1px solid whitesmoke;
  width: 128px;
  height: 128px;
  top: -40px;
  position: relative;
  padding: 30px;
  background-color: #fff;
}

.service-link {
  color: var(--primary);
}

