
.section-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.section-divider {
  width: 80px;
  height: 3px;
  background-color: #28a745;
  margin: 0 auto 40px auto;
  border: none;
  border-radius: 2px;
}

/* Card title */
.card-title {
  font-weight: 600;
}

/* Contact Info Icons */
.list-unstyled li i {
  color: #28a745;
}
