/* line 1, ../sass/styles.scss */
.block-content--type-cards-stack {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
}
/* line 5, ../sass/styles.scss */
.block-content--type-cards-stack h1,
.block-content--type-cards-stack h2,
.block-content--type-cards-stack h3,
.block-content--type-cards-stack h4,
.block-content--type-cards-stack h5,
.block-content--type-cards-stack h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
/* line 15, ../sass/styles.scss */
.block-content--type-cards-stack .hero {
  background-color: #fff;
  color: #242b62;
  padding: 30px 0;
  /* Reduced padding top and bottom */
}
/* line 22, ../sass/styles.scss */
.block-content--type-cards-stack .hero h1 {
  font-size: 64px;
  margin-bottom: 10px;
  /* Reduced margin */
  color: #242b62;
}
/* line 30, ../sass/styles.scss */
.block-content--type-cards-stack .hero p {
  font-size: 27px;
  line-height: 1.4;
  margin-bottom: 10px;
  /* Reduced margin */
  color: #3c5684;
}
/* line 40, ../sass/styles.scss */
.block-content--type-cards-stack .hero-features {
  /* Reduced margin */
}
/* line 45, ../sass/styles.scss */
.block-content--type-cards-stack .hero-features i {
  font-size: 48px;
  margin-bottom: 10px;
  /* Reduced margin */
  color: #3c5684;
}
/* line 53, ../sass/styles.scss */
.block-content--type-cards-stack .hero-features h3 {
  font-size: 24px;
  margin-bottom: 5px;
  /* Reduced margin */
  color: #242b62;
}
/* line 61, ../sass/styles.scss */
.block-content--type-cards-stack .hero-features p {
  font-size: 16px;
  line-height: 1.6;
  color: #3c5684;
  margin-bottom: 0;
  /* Removed bottom margin */
}
/* line 71, ../sass/styles.scss */
.block-content--type-cards-stack .feature-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/* line 80, ../sass/styles.scss */
.block-content--type-cards-stack .feature-icon svg {
  font-size: 2.5rem;
  color: #c11579;
  margin-bottom: 1rem;
}
/* line 86, ../sass/styles.scss */
.block-content--type-cards-stack .feature-title {
  color: #242b62;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
/* line 92, ../sass/styles.scss */
.block-content--type-cards-stack .feature-description {
  color: #3c5684;
}
/* line 96, ../sass/styles.scss */
.block-content--type-cards-stack .section-title {
  color: #242b62;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
/* line 102, ../sass/styles.scss */
.block-content--type-cards-stack .main-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  /* line 108, ../sass/styles.scss */
  .block-content--type-cards-stack .section-title,
  .block-content--type-cards-stack .cta-title {
    font-size: 2rem;
  }
}
