/* Title Section reusable styles */
.title-section {
  text-align: left;
  margin-bottom: 1.5rem;
}
.section-title {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #000;
  display: block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0.3em;
}
@media (max-width: 800px) {
  .section-title {
    font-size: 1.6rem;
    border-bottom: none;
  }
  .title-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .title-section .title-section-underline {
    display: none;
  }
}
