.fc-section-overview {
  width: 100%;
  margin: 0px auto 10px auto;
  padding: 0px 0px 0px 0px;
}
.fc-section-overview .fc-section-overview-section-list {

  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.fc-section-overview .fc-section-overview-inner {
  width: 100%;
  margin: 20px auto 0 auto;
}
.fc-section-overview .fc-section-overview-inner .section-link h3 {
  font-size: 22px;
  line-height: 1.4em;
  padding: 10px 10px 0 10px;
  text-align: left;
  margin: 10px 0;
}
.fc-section-overview .fc-section-overview-inner .section-link h3 a {
  text-decoration: none;
}
.fc-section-overview .fc-section-overview-inner .section-link h3 a:hover {
  color: #529647;
}
.fc-section-overview .fc-section-overview-inner .section-link .section-teaser {
  padding: 0 10px 0px 10px;
  text-align: left;
}
.fc-section-overview .section-link {
  /*width: 47%;
  display: inline-block;
  vertical-align: top;
  margin: 20px 1%;
  text-align: left;*/

  justify-content: center;
  width: 33.3333%;
  margin: 20px auto;
  padding: 10px;
}
.fc-section-overview .section-link img {
  width: 100%;
  height: auto;
  display: block;
}
.fc-section-overview h2 {
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0px 0 0px;
  font-size: 32px;
  font-weight: 500;
}
.fc-section-overview h3 {
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px 0 20px;
  font-size: 20px;
}
.fc-section-overview .section-learn-more a {
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
  transition: all 0.2s;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  background: #005396;
  height: 34px;
  width: auto;
  border-radius: 20px;
  text-align: center;
}
.fc-section-overview .section-learn-more a:hover {
  color: white;
  background: #529647;
}
.fc-section-overview .section-overview-two-columns .section-link,
.fc-section-overview .section-overview-three-columns .section-link {
  position: relative;
  padding-bottom: 34px;
}
.fc-section-overview .section-overview-three-columns .section-link {
  width: 33.3333%;
}
.fc-section-overview .section-overview-align-center .section-link h3 {
  text-align: center;
}
.fc-section-overview .section-overview-align-center .section-link .section-learn-more {
  margin: 0px 0 0 0;
  text-align: center;
}
.fc-section-overview .section-overview-align-center .section-link .section-teaser {
  text-align: center;
}
@media (max-width: 900px) {
  .fc-section-overview .section-link,
.fc-section-overview .section-overview-three-columns .section-link {
    width: 50%;
  }
}
@media (max-width: 620px) {
  .fc-section-overview .fc-section-overview-inner {
    text-align: center;
  }
  .fc-section-overview .section-link {
    width: 100% !important;
    margin: 20px auto;
    text-align: center;
  }
  .fc-section-overview .section-link img {
    margin: 0 !important;
  }
}

