.grid-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;

  & .wp-block-image {
    height: auto;
  }

  & .has-white-background-color {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    margin: 0;
    padding: 1.5rem !important;
    width: 100%;

    & > :first-child {
      margin-top: 0;
    }

    & > :last-child {
      margin-bottom: 0;
    }

    & p {
      margin-bottom: auto;
    }
  }
}

.topics-group {
  & .wp-block-columns:first-of-type {
    @media (max-width: 782px) {
      margin-bottom: 2rem !important;
    }
  }
}
