body,h1,h2,h3,h4,h5,h6 {
    font-family: 'Asap', sans-serif;
}
#services a,a:hover {
    text-decoration: none;
}
.service-card {
  transition: transform .1s; /* Animation */
  transition-duration: 1s;
  box-shadow: 0px 0px 10px #ddd;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.service-card img{
    margin-bottom: 1rem;
    height: 5rem;
}

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

.homepage-image {
    width: 370px;
}

.one-third {
    width: 32%;
}

.product-logo {
    height: 35px;
}
