/* #1fbbc7 */
h2.main-heading {
  text-transform: uppercase;
}



p.section-text {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 28px;
  margin: 0;
  text-align: center;
}

.icon-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  padding: 15px 10px 0;
}

.icon-box img {
  max-width: 120px;
  padding-bottom: 8px;
}

.icon-box img.large {
  max-width: 120px;
  padding-bottom: 8px;
}

.icon-box>h3 {
  color: #1fbbc7;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-top: 0px;
  max-width: 60%;
}

.icon-box p {
  text-align: center;
  color: #2b457b;
  font-size: 18px;
  max-width: 60%;
  line-height: 28px;
}

.max-width-200 {
  max-width: 200px !important;
}

/* Ensure icon boxes are equally spaced and aligned */
.icon-row {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  align-items: center;
  justify-content: center;
  /* Evenly distributes space around items */
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
  .icon-box {
    padding: 10px;
    margin-bottom: 15px;
    /* Adjust spacing for smaller screens */
  }
}
@media (min-width: 768px) {
  .icon-box>h3 {
    min-height: 3.5rem;
  }
}

.infographic-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.infographic-box {
  text-align: center;
  padding: 20px;
}

.infographic-box img {
  max-width: 100%;
  height: auto;
}

.infographic-box p {
  text-align: center;
  color: #2b457b;
  font-size: 18px;
  max-width: 60%;
  line-height: 28px;
}

.educator-end-cta-block {
  padding-top: 20px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* .educator-end-cta-block a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    padding: 8px 15px;
    background-color: #2b457b;
    letter-spacing: 0.1em;
  }

  .educator-end-cta-block a:hover, .educator-end-cta-block a:focus {
    text-decoration: none;
    color: white;
  } */