a{
	text-align: center;
	font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1.5em;
  justify-content: center;
  color: #5E454D;
}

.row-orgs{
	padding: 1rem;
}

a:hover{
	color: #7E6A71;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .row-orgs{
    padding: 1.7rem;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .row-orgs{
    padding: 2.4rem;
  }
  a{
    font-size: 1.8em;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .row-orgs{
    padding: 3rem;
  }
  a{
    font-size: 1.8em;
  }
}