.org {
  margin-bottom: 20px;
}

.org-inner {
  display: flex;
  flex-direction: column;
  text-align:justify;
  padding: 0 80px;
}

.org-head {
  font-family: "Pragmatica-c_regular", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #0F0F0F;
  margin-bottom: 28px;
}

.org-head p {
  padding-bottom: 12px;
}

.org-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.org-info-img {
  align-self: center;
  margin-right: 12px;
  min-width: 480px;
  max-width: 480px;
  height: auto;
  text-align: center;
}

.org-info-text {
  font-family: "Pragmatica-c_regular", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
}

@media screen and (max-width: 820px) {
  .org-info-img {
    width: 320px;
  }

  .org-info-text {
    font-size: 14px;
    width: 320px;
  }
}

@media screen and (max-width: 620px) {
  .org-info {
    flex-wrap: wrap;
  }

  .org-info-img {
    margin-right: 0;
  }

  .org-info-text {
    width: 100%;
  }
}

.org-info-img img {
	max-width: 100%;
	height: auto;
  object-fit: cover;
}

.org-info-text {
  align-self: center;
  font-family: "Pragmatica-c_regular", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.org-info-text p {
  padding-bottom: 14px;
}

.org-content {
  margin-bottom: 28px;
  font-family: "Pragmatica-c_regular", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.org-content-up {
  text-transform: uppercase;
  font-family: Pragmatica-c_bold, sans-serif;
}

.org-content-head {
  padding-top: 12px;
  font-family: "Pragmatica-c_bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.org-content-list {
  padding-left: 0;
}

.org-content-list.none {
  list-style: none;
}

.org-content-item {
  padding: 4px 0;
}