.fec-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
}

.fec-hero {
  text-align: center;
  padding-bottom: 18px;
}
.fec-hero h1 {
  border-bottom: none;
}
.fec-hero p {
  font-size: 13px;
  color: #000;
  max-width: 580px;
  margin: 0 auto;
}

.fec-grid {
  display: flex;
  gap: 16px;
  padding: 16px;
  background-color: #f3f6fa;
}

.fec-card {
  flex: 1;
  min-width: 0;
  border-radius: 6px;
  height: 300px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#calculator-bar {
  padding-bottom: 16px;
  display: block;
  width: 100%;
  background-color: #f3f6fa;
  text-decoration: none;
}

#classroom {
  background-image: url('../images/fec/classroom.png');
}
#navigator {
  background-image: url('../images/fec/navigator.png');
}

.fec-calc-bar {
  height: 130px;
  border-radius: 6px;
  margin: 0 16px;
  background-image: url('../images/fec/Financial_Calculators.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
