.organizations h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.25rem;
}
.organizations ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
.organizations ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.organizations ul li img {
  height: 60px;
  width: 60px;
  margin-right: 0.5rem;
}
.organizations ul li a {
  text-decoration: none;
}
.organizations ul li a:hover {
  text-decoration: underline;
}
