/* =========================
   Section Title Component
========================= */

.section-title {
  text-align: center;
  margin: 50px 0 20px 0;
  padding: 0 12px;
}

.section-title--right {
  text-align: right;
}

.section-title__heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #020617;
}


.section-title__subtitle {
  font-size: 12.5px;
  color: #475569;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title__heading {
    font-size: 18px;
  }

  .section-title__subtitle {
    font-size: 12px;
  }
}
