.facilities-in-school {
  height: auto !important;
}

.facilities-in-school p {
  max-width: 577px;
}

.facilities-in-school > img {
  position: absolute;
  right: 0px;
  top: 0px;
}

.images {
  margin: 100px auto 277px;
  max-width: 1920px;
  background-color: #f3f3f3;
  height: 400px;
}

.images .box {
  width: 1165px;
  margin: 0 auto;
  padding: 15px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.images .box li {
  width: 283px;
  height: 273px;
  background-color: #eee;
}

.facilities-outside-school p {
  max-width: 577px;
}

.facilities-outside-school img {
  position: absolute;
  right: 0;
  top: 0;
}

.imgs {
  height: 360px;
  width: 1200px;
  margin: 150px auto 0;
  display: flex;
  justify-content: space-between;
}

.imgs img {
  width: 576px;
  height: 300px;
}

