.section-container {
  background-color: #F8F8F8;
  padding: 4rem 1rem 2rem 1rem;
}

.section-container h2{
  text-align: center;
}

.section-container .subtext {
  color: #8E8E8E;
  line-height: 1.7em;
  text-align: center;
}

.link-card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.link-card-container a {
  text-decoration: none;
}

.link-card {
  box-shadow: 1px 1px 17px -4px #bbb;
  margin: 0 1rem 2rem 1rem;
  width: 430px;
}

@media only screen and (max-width: 600px) { 
  .link-card {
    width: 300px;
  }
}

.link-card:hover {
	transform: translate(0,-5px);
  transition: all 250ms cubic-bezier(.02, .01, .47, 1);
  transition-delay: 0s !important;
}

.link-text {
  background-color: #ffffff;
  color: #494949;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  padding: 2rem;
}
