/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.related-section {
  margin-top: 2em; }
  @media (min-width: 981px) {
    .related-section {
      border-top: 1px solid var(--dark-blue);
      margin-top: 2em;
      padding-top: 2em; } }
  .related-section h3 {
    margin: 0; }
  .related-section .list-of-related {
    background-color: var(--beige); }
    @media (max-width: 980px) {
      .related-section .list-of-related {
        margin-left: -4%;
        margin-right: -4%;
        padding: 2em 4%; } }
    @media (min-width: 981px) {
      .related-section .list-of-related {
        padding: 2em; } }
    .related-section .list-of-related .items {
      margin-top: 2em;
      display: flex;
      flex-wrap: wrap;
      gap: 1em; }

/*# sourceMappingURL=related.css.map */
