h2 {
}

.container {
}

p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

div {
}

p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  width: auto;
}

h4, h5, h6, p, small {
  font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
}

.info-card {
  border-radius: 16px;
  background: #f9f9f9;
  padding: 16px;
  height: 101%;
}

@media (min-width: 768px) {
  div {
  }
}

.info-card-heading {
}

.info-card-col {
}

