section,
.section {
  padding: 1rem 0;
  scroll-margin-top: 98px;
  overflow: clip;
}

.section-title {
  text-align: center;
  position: relative;
  color: var(--default-color);
}

.section-title p {
  color: var(--default-color);
  margin: 10px 0 0 0;
  font-size: var(--title-size);
  font-weight: 700;
  font-family: var(--heading-font);
}

.section-title p .description-title {
  color: var(--default-color);
}

/* Mobile + Tablet */
@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 56px;
  }
}
