.cards__item {
  display: flex;
  padding: 1rem;
  width: 100%;
}
@media (min-width: 48rem) {
  .cards__item {
    width: 45%;
  }
}
@media (min-width: 66rem) {
  .cards__item {
    width: 32%;
  }
}

@media (min-width: 66rem) {
  .stack-2 {
    width: 45%;
  }
}

@media (min-width: 48rem) {
  .stack-3 {
    width: 45%;
  }
}
@media (min-width: 66rem) {
  .stack-3 {
    width: 32%;
  }
}

@media (min-width: 48rem) {
  .stack-4 {
    width: 45%;
  }
}
@media (min-width: 86rem) {
  .stack-4 {
    width: 24%;
  }
}

.hwcoe-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0 !important;
  width: 100%;
}
.hwcoe-card img {
  max-width: 100%;
  height: auto;
}
.hwcoe-card h2, .hwcoe-card h3, .hwcoe-card h4, .hwcoe-card h5, .hwcoe-card h6 {
  font-size: 24px;
  line-height: 28px;
}
.hwcoe-card p:last-child, .hwcoe-card ul:last-child, .hwcoe-card ol:last-child, .hwcoe-card h2:last-child, .hwcoe-card h3:last-child, .hwcoe-card h4:last-child {
  margin-bottom: 0;
}
.hwcoe-card .button {
  margin: 10px auto;
}

.card-animated {
  transition: transform 300ms ease-in-out;
}
.card-animated:hover, .card-animated:focus {
  transform: translateY(-10px);
  transform: scale(1.1);
}

.card-link {
  width: 100%;
}
.card-link:hover {
  text-decoration: none !important;
}

/*# sourceMappingURL=styles.css.map */
