@charset "UTF-8";

.sponsors h2 {
  margin-top: 2em;
  font-size: 1.25em;
}
.sponsors .caption {
	margin: -1em 0 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .sponsors h2 {
    font-size: 1rem;
  }
	.sponsors .table table th {
		width: 28%;
	}
}