.network {
  margin-bottom: 60px
}

.network > div {
  display: flex;
  justify-content: space-between;
  padding-top: 60px
}

@media (max-width: 768px) {
  .network > div {
    flex-direction: column
  }

  .network > div .network__institutes {
    margin-bottom: 30px;
    max-width: 100%
  }
}

.network__institutes {
  max-width: 360px;
  width: 100%;
  max-height: 400px;
  border: 1px solid #116AB2;
  margin-top: 35px;
  position: relative;
  height: 400px
}

.network__institutes > div {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%
}

.network__institutes::before {
  content: '';
  position: absolute;
  width: calc(100% + 2px);
  top: 0;
  height: 35px;
  background-color: #116AB2;
  transform: translateY(-35px);
  left: -1px
}
