.custom-card {
  width: 182px;
  height: 165px;
  margin: 8px;
  margin-top: 110px;
  background-color: white;
  border: 1px solid black;
  border-radius: 3px;
}

.custom-img {
  transform: translateY(-106px);
  width: 100%;
  height: 110%;
}

.custom-card-img-top {
  margin: auto;
  width: 90%;
  /* height: 100%; */
  display: block;
}

.custom-card-body {
  transform: translateY(-109px);
  text-align: center;
}

.association_body {
  background-color: #fb5b21;
}

.champions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px;
}

@media (max-width: 410px) {
  .custom-card {
    width: 130px;
    height: 125px;
    margin: 5px;
    margin-top: 110px;
  }

  .custom-img {
    transform: translateY(-84px);
  }

  .custom-card-body {
    transform: translateY(-95px);
    font-size: 14px;
  }

  .custom-card-body h5,
  p {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -1px;
  }
}