.cards_wrapper {
  height: fit-content;
  margin-bottom: 0;
  align-items: center;
}

button {
  display: block;
  position: relative;
  border-radius: 1.3rem;
  margin: 0 auto;
}
button * {
  font-size: 2rem;
}
.title.small_text {
  font-size: 1rem;
}
#symrise_external_link_button {
  background-color: rgb(215, 68, 69);
}
#symrise_catalogue_button {
  background-color: rgb(255, 230, 0);
}
.external_link_icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

@media only screen and (max-width: 600px) {
  button * {
    font-size: 3rem;
  }
  .text_image_wrapper .image {
    display: none;
  }
}
