/* body {
  background-color: #fff;
} */
.main-container {
  padding: 0px 50px;
}
.title-header {
  margin: 30px auto 10px;
  font-family: 'Reem Kufi', sans-serif;
  font-size: 40px;
}
.subtitle-header {
  color: #555;
}
#carousel-university {
  margin: 30px auto 50px;
}
section {
  margin: 30px auto 0px;
  border-top: 1px solid #555;
  padding: 30px 0px 0px;
}
section .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.statistics {
  text-align: center;
}
.statistics div[class^="col-"]{
  margin: 10px auto;
}
.statistics h3 {
  color: #000;
  font-weight: bold;
}
.statistics h4 {
  font-size: 22px;
  color: #777;
}
.infrastructure {
  text-align: center;
}
.infrastructure div[class^="col-"]{
  margin: 15px auto;
}
.infrastructure img {
  width: 100%;
  height: 200px;
}
.infrastructure .number {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.infrastructure .description {
  font-size: 35px;
  color: #555;
}

.address {
  text-align: center;
  margin: 20px auto;
  color: #333;
}

#iframe-map {
  position: relative;
  height: 400px;
  width: 100%;
  border: 0;
  margin-bottom: 0px;
}

.carousel-item img {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .main-container {
    padding: 0px 20px;
  }
  .title-header {
    margin: 15px auto 5px;
    font-size: 20px;
  }
  .subtitle-header {
    color: #555;
    font-size: 16px;
  }
  #carousel-university {
    margin: 10px auto 20px;
  }
  section {
    margin: 10px auto 0px;
    padding: 10px 0px 0px;
  }
  section .title {
    font-size: 20px;
  }
  .statistics h3 {
    font-size: 20px;
  }
  .statistics h4 {
    font-size: 18px;
  }
  .infrastructure div[class^="col-"]{
    margin: 5px auto;
  }
  .infrastructure .number {
    font-size: 24px;
  }
  .infrastructure .description {
    font-size: 20px;
  }
  .address {
    margin: 10px auto;
    font-size: 16px;
  }
}
