.institution.reverse .wrapper {
  flex-direction: row-reverse;
}
.institution .text {
  display: flex;
  align-items: center;
}
.institution .text-inner {
  padding: 3vw 0;
}
.institution .text-inner h3 {
  color: var(--element1-title);
}
.institution .text-inner h3 span {
  color: var(--element1-highlighted-title);
}
.institution .text-inner p {
  color: var(--element1-text);
}
.institution .text-inner a {
  color: var(--element1-link);
}
.institution .text-inner a:hover {
  color: var(--element1-link-hover);
}
.institution .google-maps iframe {
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.institution .google-maps {
  width: 100%;
}
.institution h2 {
  margin-top: 0;
}
.institution {
  margin-bottom: 3vw;
}