.list-events {
  margin: auto;
  max-width: 1600px; }
  .list-events h1 {
    font-family: 'Switzerland Narrow Bold', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #004A88; }
  .list-events h2 {
    font-family: 'Switzerland Narrow Bold', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000; }
  .list-events h3 {
    font-weight: bold;
    font-size: 1.5rem; }
  .list-events .text-search {
    margin: 0 2rem 4rem 2rem; }
  .list-events .search-bar {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #004A88;
    padding: 5px;
    flex-grow: 1; }
    .list-events .search-bar input {
      border: none;
      flex-grow: 1;
      border-radius: 50px;
      padding-left: 21px;
      font-size: 1.2rem;
      order: 1; }
    .list-events .search-bar input:focus-visible {
      outline: none; }
    .list-events .search-bar button {
      color: #004A88;
      background-color: transparent;
      border: 0;
      font-size: 1.5rem;
      margin-right: 10px;
      order: 2; }