@media screen and (max-width:991px) {
  .template-index .multicolumn .title-wrapper-with-link {
    justify-content: center;
    margin-top: 40px;
  }
  .template-index .multicolumn .title {
    color: var(--magic-v-1-grayscale-8616161, #616161);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px; /* 50% */
  }
  .template-index  .multicolumn-card__info:empty {
    display: none;
  }
}