.st_company_index_showcase {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(32.5rem, 100%), 1fr));
  grid-gap: 2.5rem 5rem;
}
@media (min-width:640px) {
  .st_company_index_showcase__copy {
    word-break: keep-all;
  }
}
.st_company_index_showcase .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
@media (max-width:640px) {
  .st_company_index_showcase .texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .st_company_index_showcase .texts > .st_links {
    width: 100%;
    order: 10;
  }
}
.st_company_index_banner {
  width: var(--content-width, auto);
  margin: 10rem auto;
}
.st_company_index_banner a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.st_company_index_banner a:hover {
  opacity: 0.8;
}
.st_company_index_banner a img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
/*# sourceMappingURL=./index.css.map */