body {
  background-color: #f8f8f8;
}

.college-info {
  background-color: #fff;
  margin-bottom: 5rem;
}
.college-info .college-info__header {
  padding: 2.07rem 0 3.57rem;
  text-align: center;
}
.college-info .college-info__header .header-title {
  font-size: 2.14rem;
  font-weight: bold;
}
.college-info .college-info__header .header-subtitle {
  margin-top: 1.36rem;
  font-size: 1.14rem;
  color: #999;
}
.college-info .college-info__content {
  padding: 3.57rem;
  border-top: 1px solid #eee;
}

@media (max-width: 768px) {
  .college-info {
    margin-bottom: 30rem;
  }
  .college-info .college-info__header {
    padding: 15rem;
  }
  .college-info .college-info__header .header-title {
    font-size: 17rem;
  }
  .college-info .college-info__header .header-subtitle {
    font-size: 12rem;
    margin-top: 10rem;
  }
  .college-info .college-info__content {
    padding: 15rem;
  }
}

/*# sourceMappingURL=college_info.css.map */
