

.resourceTopLinks {
  margin: 0 25% 0 25%;
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  align-items: center;
  text-align: center;
}


.resourceLinks {
  margin-bottom: 60px;
  font-size: .9em;
  line-height: 150%;
  text-align: center;
}


.resourceLinks a {
 color:inherit;
 text-decoration: none;
}

.orgImgs {
  align-items: center;
  text-align: center;
  font-size: 3em;
}



@media only screen and (max-width: 730px) {
  .resourceLinks {
    font-size: 0.8em;
  }

}