.cathoretro-gallery {
  width: 1110px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 45px;
  align-items: center;
}

.cathoretro-item-css {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.333% - 45px);
  box-sizing: border-box;
}

.cathoretro-item-css img {
  max-width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.cathoretro-item-external a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cathoretro-item-css:hover img {
  filter: grayscale(0%);
}

.cathoretro-press-title {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .cathoretro-gallery {
    display: block;
  }
  .cathoretro-item-css {
    width: 100%;
    margin-bottom: 60px;
  }
}
