/* note:: Sets the min height of the box so that the buttons align to the bottom of the card */
.card-component__forthcoming-title-box {
  min-height: 107px;
}
@media (max-width: 1095px) {
  .single-column-margins {
    margin-left: 0;
    margin-right: 0;
  }
  .card-component-container {
    justify-content: center;
  }
}
