.Container {
  width: 100%;
  margin: 0 auto;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header img {
  width: 100%;
  height: auto;
  filter: grayscale(1);
}

.press-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--dark);
  color: white;
  padding: 1rem;
}

.press-title--text,
.press-posbill--text,
.press-contact--text,
.press-pictures--text {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.press-title h2,
.press-posbill h2,
.press-pictures h2,
.press-contact h2 {
  font-size: 1.5rem;
  text-align: center;
}

.press-posbill {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--odd);
  padding: 1rem;
}

.press-posbill--text p,
.press-title--text p {
  margin-top: 1rem;
  line-height: 1.8rem;
}

.press-posbill--text-history {
  margin-top: 2rem;
}

.press-contact {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--dark);
  color: white;
}

.press-pictures {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--odd);
}

.press-images {
  margin-top: 2rem;
}

.press-image--container {
  margin-top: 2rem;
  width: 100%;
  padding: 0 17rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.press-image--container img {
  margin-top: 2rem;
  height: auto;
  border: 1px solid var(--dark);
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(67, 67, 67, 1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(67, 67, 67, 1);
  box-shadow: 0px 0px 5px 1px rgba(67, 67, 67, 1);
  background: var(--odd);
  cursor: pointer;
}

.press-image--container p {
  margin-top: 0.75rem;
  text-align: center;
}

.press-text {
  width: 100vw;
  padding: 1rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.press-text h4,
.press-text p {
  margin-top: 1.5rem;
}

.press-ul {
  font-size: 0.5rem;
}

@media (min-width: 640px) {
  .press-ul {
    font-size: 1rem;
  }

  .press-title h2,
  .press-posbill h2,
  .press-pictures h2 {
    font-size: 2rem;
  }

  .press-title,
  .press-posbill,
  .press-contact,
  .press-pictures {
    padding: 4rem;
  }

  .press-title--text,
  .press-posbill--text,
  .press-contact--text,
  .press-pictures--text,
  .press-text {
    width: 75%;
  }

  .press-text {
    padding: 0;
  }

  .press-image--container {
    grid-template-columns: auto auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-items: center;
    align-items: center;
  }
}

.image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.press-text h5 {
  margin-top: 2rem;
}

.press-text li {
  margin-left: 2rem;
}

@media (max-width: 1023px) and (min-width: 800px) {
  .press-image--container {
    grid-template-columns: auto auto auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .press-image--container {
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
