.resources-section {
  display: flex;
  flex-flow: column;
  width: 100%;
  margin: 0 0 60px;
}
.resources-section .resources-title h3 {
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #4D4D4F;
}
.resources-section .resources-grid {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-flow: row wrap;
}
.resources-section .resources-grid .resource {
  border: 1px solid #bcbec0;
  border: 1px solid #bcbec0;
  background-color: white;
  padding: 16px;
  margin: 0 0 32px 0;
  width: 100%;
}
.resources-section .resources-grid .resource img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.resources-section .resources-grid .resource h6 {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  color: #4D4D4F;
  text-transform: none;
}
.resources-section .resources-grid .resource p {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4F;
}
.resources-section .resources-grid .resource p.at-home-link-container {
  margin-bottom: 0;
}
.resources-section .resources-grid .resource a {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #00AEEF;
}