.club-intro {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: start;
}

.club-intro img {
  width: min(100%, 330px);
  justify-self: start;
  margin-top: -28px;
  object-fit: cover;
  border: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 680px) {
  .club-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .club-intro img {
    width: min(100%, 250px);
    justify-self: center;
    margin-top: -8px;
  }
}
