.pop-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  --gap: 2rem;
  gap: var(--gap);
  max-width: calc(710px + var(--gap));
}
@media screen and (max-width: 960px) {
  .pop-wrapper {
    gap: 1.5rem;
    max-width: 100%;
  }
}
.pop-wrapper .pop-link {
  text-decoration: none;
}
.pop-wrapper .pop-link .pop-img {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .pop-wrapper .pop-link .pop-img {
    width: 40vw;
  }
}
.pop-wrapper .pop-link .pop-label {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 960px) {
  .pop-wrapper .pop-link .pop-label {
    font-size: 1rem;
  }
}/*# sourceMappingURL=pop.css.map */