.image-with-links__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}

.image-with-links__image {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.image-with-links__button-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
