.section-title {
  gap: 20px;
  justify-content: center;
  margin: 20px 0 50px 0; }
  .section-title hr {
    background-color: var(--primary-color);
    border: none;
    height: 5px;
    width: 60px;
    border-radius: 5px;
    margin: 0; }
  .section-title h2 {
    margin: 0 !important;
    font-weight: bold !important;
    font-size: 28px; }

@media screen and (max-width: 768px) {
  .section-title h2 {
    text-align: center; } }
