div.card {
  margin: 0 4.5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  flex-direction: column;
}

div.card a,
.results-button {
  display: inline-block;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  height: 27px;
  width: fit-content;
  padding: 0 32px;
  color: white;
  font-weight: bold;
  margin-top: 10px;
  background-color: #cc0202;
  border-radius: 50px;
}

.card-container {
  display: flex;
  margin: 10% 4.5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  width: 90%;
}

.card-container img {
  width: 20vw;
}

.card-mini {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

h1 {
  margin-left: 8.5%;
}

@media screen and (max-width: 780px) {
  .card-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: 25% 4.5%;
  }

  .card-container img {
    width: 90%;
  }
}
