/**
 * 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-events .container {
  position: relative; }
  @media (min-width: 981px) {
    .section-events .container {
      display: flex;
      flex-wrap: wrap; } }
  @media (max-width: 980px) {
    .section-events .container {
      padding: 0; } }
  .section-events .container .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 981px) {
      .section-events .container .icon {
        height: 60px;
        width: 60px; } }
    .section-events .container .icon img {
      max-height: 20px;
      max-width: 20px;
      height: auto;
      width: auto; }
      @media (min-width: 981px) {
        .section-events .container .icon img {
          max-height: 30px;
          max-width: 30px; } }
  @media (max-width: 980px) {
    .section-events .container .title {
      padding-left: calc(40px + 90px / 4); } }
  .section-events .container .title h1, .section-events .container .title h2, .section-events .container .title h3 {
    margin: 0;
    padding: 4px 0 22.5px; }
    @media (min-width: 981px) {
      .section-events .container .title h1, .section-events .container .title h2, .section-events .container .title h3 {
        padding: 17px 0 45px; } }
  @media (min-width: 981px) {
    .section-events .container .title {
      flex: 1;
      order: 1; } }
  .section-events .container .events {
    display: grid;
    grid-template-columns: 1fr;
    gap: .5em; }
    @media (min-width: 981px) {
      .section-events .container .events {
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    @media (min-width: 981px) {
      .section-events .container .events {
        order: 3;
        flex-basis: 100%; } }

.section-events .overview-link {
  text-align: right;
  margin-top: .25em; }
  @media (min-width: 981px) {
    .section-events .overview-link {
      margin-top: 0;
      padding-top: 17px;
      flex: 1;
      order: 2; } }

.section-events.dark .overview-link a {
  color: var(--white); }

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