.pr-full-ban-flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.pr-full-ban-wrapper {
  width: 100%;
  text-decoration: none;
}
.pr-full-ban-img {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 749px) {
  .pr-full-ban-flex {
    gap: 1rem;
  }
}