.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;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Lato";
  color: #0077A8;
}
@media screen and (min-width: 769px) {
  .merak-smart-cards .smart-cards__title {
    font-size: 1.99rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-smart-cards .smart-cards__title {
    font-size: 2rem;
  }
}
.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 {
  max-width: 32px;
  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;
  font-family: "Lato";
  justify-content: center;
  height: 100%;
}
.merak-smart-cards .smart-cards__card-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.5;
  font-family: "Lato";
  color: #535867;
}
@media screen and (min-width: 769px) {
  .merak-smart-cards .smart-cards__card-title {
    font-size: 1.59rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-smart-cards .smart-cards__card-title {
    font-size: 1.6rem;
  }
}
.merak-smart-cards .smart-cards__card-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-family: "Lato";
  color: #2F3546;
}
@media screen and (min-width: 769px) {
  .merak-smart-cards .smart-cards__card-subtitle {
    font-size: 1.29rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-smart-cards .smart-cards__card-subtitle {
    font-size: 1.4rem;
  }
}
.merak-smart-cards .smart-cards__card-blockquote {
  font-weight: 700;
  border-left: 4px solid #eee;
  padding-left: 1rem;
  margin: 1rem 0;
  font-family: "Lato";
  font-size: 1.25rem;
  color: #2F3546;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .merak-smart-cards .smart-cards__card-blockquote {
    font-size: 1.39rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-smart-cards .smart-cards__card-blockquote {
    font-size: 1.5rem;
  }
}
.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;
  line-height: 1.5;
  font-family: "Lato";
  font-size: 1.05rem;
}
@media screen and (min-width: 769px) {
  .merak-smart-cards .smart-cards__card-body p {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-smart-cards .smart-cards__card-body p {
    font-size: 1.125rem;
  }
}
.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;
  font-weight: 600;
  font-family: "Lato";
  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 .smart-cards [style*="color:"].smart-cards__card-cta {
  font-weight: 600;
}
.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;
}
