

@media (min-width: 50rem) {
    .archive__container {
        grid-template: auto / repeat(4, 1fr)
    }

        .archive__container .entry.cp_lecturer {
            display: inline;
            display: initial;
        }
    .entry.cp_lecturer,
    .entry.cp_partner {
        display: grid;
        grid-template-columns: 21.9rem 1fr
    }

        .entry.cp_lecturer .entry-content, .entry.cp_lecturer .entry-footer, .entry.cp_partner .entry-content, .entry.cp_partner .entry-footer {
         grid-column-start: 2;
        }
  .lecturer {
	margin: auto 4rem;
  }
    .hotels-table {
        margin: 4rem 0;
    }

    .hotels-body td[headers] {
        text-align: center;
    }
    .hotels-body tr:not(:first-of-type) :is(td, td.hotel) {
        border: none;
        border-top: 1px solid var(--color-gray-dark);
    }
}