.footer .footer-affiliations,
footer .footer-affiliations {
  margin: 24px auto 12px;
  padding: 18px 16px;
  max-width: 820px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.footer .footer-affiliations h4,
footer .footer-affiliations h4 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: underline;
}

.footer .affiliation-images,
footer .affiliation-images {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.footer .affiliation-item,
footer .affiliation-item {
  width: 132px;
  text-align: center;
}

.footer .affiliation-item img,
footer .affiliation-item img {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f1fd02;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .28);
}

.footer .affiliation-item span,
footer .affiliation-item span {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
}

.footer p.footer-disclaimer,
footer p.footer-disclaimer {
  display: block;
  box-sizing: border-box;
  width: min(100% - 24px, 1320px);
  margin: 14px auto 0;
  padding: 7px 12px;
  color: #000 !important;
  font-size: 14px !important;
  line-height: 1.15;
  text-align: center;
  background: #f1fd02;
  border-radius: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media(max-width: 780px) {

  .footer p.footer-disclaimer,
  footer p.footer-disclaimer {
    white-space: normal;
  }
}