/* 222848 ticket */
.c-four-up-card__card-contents .button {
  font-size: 12px;
  height: auto;
  min-height: 30px;
  line-height: 20px;
  padding: 5px 20px;
}

.c-four-up-card__card {
  height: auto;
  min-height: 20vw;
  padding-top: 120px;
  overflow: hidden;
}

.c-four-up-card__card:nth-of-type(n + 4) {
  margin-bottom: 25px;
}

@media screen and (max-width: 1140px) {
  .c-four-up-card__card {
    height: auto;
    min-height: 33vw;
  }
}

@media screen and (max-width: 768px) {
  .c-four-up-card__card {
    height: auto;
    width: 100%;
  }
  /* .c-four-up-card__card:nth-of-type(n + 4) {
          margin-bottom: 50px;
        } */
  .c-four-up-card__card:last-of-type {
    margin-bottom: 25px;
  }
}

.c-four-up-card__card .c-four-up-card__card-img {
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.c-four-up-card__card
  .c-four-up-card__card-img
  + .c-four-up-card__card-contents {
  padding-top: 110px;
}

/* 224258 */

.c-four-up-card__card .c-four-up-card__card-contents {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: first baseline;
  justify-content: space-between;
  height: 100%;
}

.c-four-up-card__card .c-four-up-card__card-contents a.button.blue {
  justify-self: end;
}