.org_container {
  width: 100%;
  margin: 5% auto;
  /* display: flex;                   */
  /* justify-content: space-between;  */
  /* flex-wrap: wrap;                 */
	/* gap: 10%; */
}

.org_item {
  width: 100%;
  /* text-align: center;              */
  margin-bottom: 5%;
  display: flex;

  justify-content: flex-start;
  align-items: center;
  /* margin-bottom: 10%; */
  /* gap: 10%; */
}

.org_item img {
  width: 20%;
  height: auto;
  display: block;
}

.org_item p {
  margin: 10px 0 0;
  font-size: 24px;
  color: #333;
	text-align: center;
}
