.merak-smart-cards {
  padding: 2rem 0;
}
.merak-smart-cards .smart-cards {
  padding: 3rem 0;
  display: flex;
}
.merak-smart-cards .smart-cards__title {
  margin-bottom: 2rem;
  text-align: left;
}
.merak-smart-cards .smart-cards__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 1.5rem;
}
.merak-smart-cards .smart-cards__card:hover, .merak-smart-cards .smart-cards__card:focus-within {
  transform: translateY(-5px);
}
@media screen and (max-width: 1024px) {
  .merak-smart-cards .smart-cards__card {
    height: auto;
  }
}
.merak-smart-cards .smart-cards__card-image {
  margin-bottom: 1rem;
  text-align: left;
  display: flex;
  justify-content: center;
}
.merak-smart-cards .smart-cards__card-image img {
  height: auto;
}
.merak-smart-cards .smart-cards__card-icon {
  margin-bottom: 1rem;
  text-align: left;
}
.merak-smart-cards .smart-cards__card-icon svg {
  width: 32px;
  height: 32px;
}
.merak-smart-cards .smart-cards__card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  justify-content: center;
  height: 100%;
}
.merak-smart-cards .smart-cards__card-title {
  margin-bottom: 0.75rem;
}
.merak-smart-cards .smart-cards__card-subtitle {
  margin-bottom: 1rem;
}
.merak-smart-cards .smart-cards__card-blockquote {
  border-left: 4px solid #eee;
  padding-left: 1rem;
  margin: 1rem 0;
}
.merak-smart-cards .smart-cards__card-body {
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.merak-smart-cards .smart-cards__card-body p {
  margin-bottom: 1rem;
}
.merak-smart-cards .smart-cards__card-body p:last-child {
  margin-bottom: 0;
}
.merak-smart-cards .smart-cards__card-action {
  text-align: left;
}
.merak-smart-cards .smart-cards__card-cta {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  padding-left: 0;
}
.merak-smart-cards .smart-cards__card-cta:not(.is-underlined) {
  padding-left: 1.5rem;
}
.merak-smart-cards .smart-cards__card-cta:hover, .merak-smart-cards .smart-cards__card-cta:focus {
  opacity: 0.9;
}
.merak-smart-cards .smart-cards__card-cta.is-underlined {
  text-decoration: underline;
}
.merak-smart-cards .smart-cards__card-cta:focus {
  outline: 2px solid #005C8A;
  outline-offset: 2px;
}
.merak-smart-cards .smart-cards__card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
.merak-smart-cards .smart-cards__card-link:hover .smart-cards__card {
  transform: translateY(-5px);
}
.merak-smart-cards .smart-cards__card-link:focus {
  outline: none;
}
.merak-smart-cards .smart-cards__card-link:focus .smart-cards__card {
  transform: translateY(-5px);
  outline: 2px solid #005C8A;
  outline-offset: 2px;
}
.merak-smart-cards .smart-cards .columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.merak-smart-cards .smart-cards .columns:last-child {
  margin-bottom: -0.75rem;
}
.merak-smart-cards .smart-cards .column {
  padding: 0.75rem;
}
.merak-smart-cards .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.merak-smart-cards a:focus,
.merak-smart-cards button:focus,
.merak-smart-cards [tabindex]:focus {
  outline: 2px solid #005C8A;
  outline-offset: 2px;
}
