.fc-section-links {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fc-section-links h2 {
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0px 0 0px;
  font-size: 32px;
  font-weight: 500;
}

.fc-section-links-section-list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.fc-section-links {
  margin: 0px auto 10px auto;
}

.fc-section-links-inner {
  max-width: 1200px;
  width: 100%;
  margin: 20px auto 0 auto;
}

.fc-section-links .section-link {
  text-decoration: none;
  color: #4c4c4c;
  text-align: center;
  padding: 10px 10px 10px 10px;
  transition: .2s ease-out;
  background: #eee;
}

.fc-section-links .section-link:focus{
  outline: 2px dotted blue !important;
}

.fc-section-links .section-link:hover {
  background: #153041;
  color: white;
  text-decoration: none;
}

.fc-section-links-inner .section-link .section-link-title {
  font-size: 24px;
  line-height: 1.5em;
  color: #20598E;
  font-weight: 400;
  padding: 15px 0;
}

.fc-section-links-inner .section-link:hover .section-link-title {
  color: white;
}

.fc-section-links-inner .section-link .section-teaser {
  padding: 10px 0px 35px 0px;
  display: block;
  text-align: center;
  font-size: 17px;
  color: #4c4c4c;
}

.fc-section-links-inner .section-link:hover .section-teaser {
  color: white;
}

.fc-section-links .section-link {
  justify-content: center;
  width: 31%;
  margin: 20px auto;
  display: flex;
}

.section-links-two-columns .section-link {
  width: 48%;
  margin: 20px auto;
}

.vertical-alignment-middle .section-link {
  align-items: center;
}

.section-links-two-columns .section-link {
  width: 48%;
}

.fc-section-links .section-link-title {
  text-align: center;
  box-sizing: border-box;
  padding: 0px 0px 0 0px;
  font-size: 32px;
  font-weight: 500;
  display: block;
}

.section-links-align-center .section-link .section-teaser {
  text-align: center;
  margin: 0px 0 20px 0;
  font-size: 15px;
  padding: 0 10px;
}

@media (max-width: 1200px) {
  .fc-section-links .section-link{
    width: 48%;
  }

}

@media (max-width: 620px) {
  .fc-section-links .section-link {
    width: 100%;
  }
}