/**
 * 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
 */
#section-related .section-heading-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem; }
  #section-related .section-heading-title h2 {
    color: #1C3F85;
    margin: 0; }
  #section-related .section-heading-title a {
    color: #40c7e9; }
    #section-related .section-heading-title a:hover {
      text-decoration: none; }
  @media (max-width: 767px) {
    #section-related .section-heading-title a {
      display: none; } }

#section-related .related-items {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-top: 2rem; }
  @media (min-width: 981px) {
    #section-related .related-items {
      grid-template-columns: repeat(2, 1fr); } }
  #section-related .related-items .vacancy-item {
    margin: 0; }

#section-related .inline-alert {
  max-width: 800px;
  margin: 2rem auto 0; }

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