.at-press {
  order: 2;
  width: 200px;
}

@media (min-width: 640px) {
  .at-press {
    order: 0;
    width: auto;
    margin-bottom: 7rem;
  }
}

.at-press p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

@media (min-width: 640px) {
  .at-press p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

.at-sponsors {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 640px) {
  .at-sponsors {
    border-top: 1px solid currentColor;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 2rem;
  }
}

.at-sponsors__sponsor {
  height: 37px;
  margin-bottom: 3rem;
}

@media (min-width: 640px) {
  .at-sponsors__sponsor {
    margin-left: 4rem;
  }

  .at-sponsors__sponsor img {
    width: auto;
    max-height: 100%;
  }
}

.at-copyright {
  margin-top: 1.6rem;
  order: 3;
  text-decoration: none;
}

@media (min-width: 640px) {
  .at-copyright {
    position: absolute;
    right: 2rem;
    bottom: 6.5rem;
  }
}

.at-airport {
  margin-top: 1.6rem;
  order: 4;
  text-decoration: none;
}

@media (min-width: 640px) {
  .at-airport {
    position: absolute;
    right: 2rem;
    bottom: 5rem;
  }
}