@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@800&display=swap');

h1, h2, h3, h4, h5, p, a {
  font-family: 'Roboto Slab', sans-serif;
}

.service-wrapper {
  width: 100%;
  margin: 10vh auto 0 auto;
  padding: 1rem 0 0 0;
  justify-content: center;
}

@media screen and (max-width: 735px) {
  .service-wrapper {
    margin: 10vh auto 0 2rem;
  }
}

.row {
  margin: 1.5rem auto 0 auto;
  justify-content: center;
  align-items: center;
}

.last {
  margin: 0;
}

.card {
  width: 20rem !important;
  background-color: transparent;
  outline: none;
  border: none;
  margin-bottom: 1.5rem;
}

.card:not(.last) {
  margin-right: 3rem;
}

.card img {
  border-radius: 50%;
}

.card p {
  text-align: justify;
  padding: 0 .6rem 0 .6rem;
  margin: .5rem 0 1rem 0;
}

.card h2 {
  text-align: left;
  padding: 0 .5rem 0 .5rem;
  margin-top: .5rem;
}

.card a {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}