.features-page * {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body .features-page {
  margin: 0;
  padding: 0;
  background-color: #f6f7fa !important;
}

.features-page #features-banner {
  background: url("../images/header-graphics.png"), linear-gradient(to right, #0b1a36, #2d62c4);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  color: #FFF;
  padding: 110px 0 70px 0;
}

.features-page a {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .features-page .hero {
    background-position: right, center;
  }
}

.features-page .hero-inner {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
}

.features-page .breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
}

.features-page .hero h1 {
  font-size: 48px;
  font-weight: 600;
  margin: 20px 0;
}

.features-page .hero p {
  font-size: 18px;
  line-height: 1.7;
  margin: 20px 0;
  width: 60%;
}

@media (max-width: 991px) {
  .features-page .hero {
    background-position: left, center;
  }

  .features-page .hero p {
    width: 100%;
  }
}

.features-page .features {
  display: flex;
  justify-content: space-between;
  margin: 100px auto;
  width: 90%;
  max-width: 1250px;
  gap: 15px;
  flex-wrap: wrap;
}

.features-page .sub-features {
  display: flex;
  justify-content: start;
  margin-bottom: 75px;
  width: 100%;
  max-width: 1250px;
  gap: 15px;
  flex-wrap: wrap;
}
.features-page .feature-card {
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px;
  flex: 0 0 calc(33.333% - 10px);
  transition: box-shadow 0.25s ease-in-out;
  cursor: pointer;
}

.features-page .feature-card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  .features-page .features {
    margin: 50px auto;
  }

  .features-page .feature-card {
    flex: 0 0 calc(50% - 8px);
  }
}

@media (max-width: 767px) {
  .features-page .feature-card {
    flex: 0 0 100%;
  }
}

.features-page .feature-card h2 {
  font-weight: 600;
  color: #3d61a4;
  font-size: 20px;
  margin: 15px 0;
}

.features-page .feature-card p {
  font-size: 18px;
  line-height: 26px;
  color: #353d49;
  margin: 0;
}

.features-page .feature-card.center {
  text-align: center;
}

.section-heading {
  max-width: 1250px;
  margin: auto;
}

.features-page .section-heading h3 {
    position: relative;
    color: #344860;
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 25px 0;
}

#pages .resource-boxes {
  background-image: url(../images/solutions-triangle.png);
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0 0 50px 0;
  background-color: #d8e0ed;
}

#pages .resource-dark {
  float: left;
  text-align: justify;
  font-size: 20px;
  padding: 30px 4.5% 30px 4.5%;
  width: 50%;
  color: #fff;
  background: #3b60a4;
}

#pages .resource-light {
  text-align: justify;
  padding: 40px 4.5%;
  float: right;
  width: 50%;
  color: #344860;
  line-height: 22px;
  font-size: 14px;
}
