va-card {
  border: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
va-card img {
  aspect-ratio: 16/9;
}

.usa-card__container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.va-card__cta {
  margin-top: auto;
  text-align: center;
  padding-top: 0;
}
.va-card__cta .vads-c-action-link {
  display: inline-block;
  margin: 0 auto;
}

.usa-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vads-card-group {
  text-align: center;
}
.vads-card-group .media__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vads-card-group img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .vads-card-group img {
    width: 80px;
    height: 80px;
  }
}

.va-card__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.va-card__icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}
.va-card__icon-circle img {
  object-fit: contain;
}
.va-card__icon-circle svg {
  fill: #fff;
}