#page #common-banner-mno a {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  margin: 32px auto;
}

#page #common-banner-mno a p {
  color: #000;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

@media screen and (min-width: 767px) {
  #page #common-banner-mno a {
    width: -moz-fit-content;
    width: fit-content;
  }

  #page #common-banner-mno a img:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    opacity: 0.8;
  }

  #page #common-banner-mno a p {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
  }

  #page #common-banner-mno a p:hover {
    color: #d80000;
  }
}

/*# sourceMappingURL=stack-commonbanner-mno.css.map */