.institution.reverse .wrapper {
  flex-direction: row-reverse; }
.institution .text {
  width: 50%;
  display: flex;
  align-items: center; }
.institution .text-inner ul {
  column-count: 2; }
.institution .wrapper {
  display: flex; }
.institution .google-maps {
  width: 50%; }
  .institution .google-maps iframe {
    width: 100%;
    height: 100%;
    min-height: 200px; }
.institution h2 {
  margin-top: 0; }

@media (max-width: 575.5px) {
  .institution.reverse .wrapper {
    flex-direction: row-reverse; }
  .institution .text {
    width: 100%; }
  .institution .wrapper {
    display: row-reverse; }
  .institution .google-maps {
    width: 100%; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .institution.reverse .wrapper {
    flex-direction: row-reverse; }
  .institution .text {
    width: 100%; }
  .institution .wrapper {
    display: row-reverse; }
  .institution .google-maps {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .institution.reverse .wrapper {
    flex-direction: row-reverse; }
  .institution .text {
    width: 100%; }
  .institution .wrapper {
    display: row-reverse; }
  .institution .google-maps {
    width: 100%; } }

/*# sourceMappingURL=institution.css.map */
