.institution {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.institution__group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 11px 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 12px 12px 0 rgba(212, 210, 210, 0.1);
}

.institution__image {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 289px;
  width: 100%;
  overflow: hidden;
}

.institution__image.-done .institution__image__content {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.institution__image__content {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.institution__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  width: 100%;
}

.institution__content__name {
  margin: 10px 0 15px;
  color: #1b191c;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 44.8px;
  line-height: 2.8rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
}

.institution__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 0;
  width: 100%;
  border-bottom: 1px solid #dbdbdc;
}

.institution__item:last-of-type {
  border-bottom: none;
}

.institution__item__text {
  padding-bottom: 2px;
  color: #363338;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.institution__item__text:first-child {
  color: #e22927;
}

.institution__item__text p {
  margin: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .institution__image {
    height: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,.institution {
    height: 100%;
  }

  *::-ms-backdrop,.institution__group {
    height: 100%;
  }

  *::-ms-backdrop,.institution__image__content {
    height: 100%;
  }
}

@media only screen and (min-width: 560px) {
  .institution__image {
    min-height: 510px;
  }
}

@media only screen and (min-width: 920px) {
  .institution__group {
    flex-direction: row;
    align-items: stretch;
  }

  .institution__image {
    max-width: 400px;
    min-height: 339px;
  }

  .institution__content {
    justify-content: center;
    padding: 40px;
  }

  .institution__item {
    flex-direction: row;
    padding: 2px 0;
    border-bottom: none;
  }

  .institution__item__text:first-child {
    width: 50%;
  }

  .institution__item__text:last-of-type {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .institution__image {
    min-height: 386px;
  }
}

@media only screen and (min-width: 1400px) {
  .institution__content {
    padding: 0 0 0 80px;
  }

  .institution__content__name {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 57.6px;
    line-height: 3.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .institution__item__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .institution__item__text:first-child {
    width: 35%;
    max-width: 250px;
    font-weight: bold;
  }
}
