.app-main .content-main {
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
}

.collegeDetails-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #000;
}

.collegeDetails-title-icon {
  width: 20px;
  margin-right: 10px;
  line-height: 1;
}

.collegeDetails-time {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #79879c;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.collegeDetails-content {
  margin-top: 20px;
}

@media screen and (min-width: 375px) and (max-width: 750px) {
  .collegeDetails-title {
    font-size: 18px;
  }

  .collegeDetails-title-icon {
    width: 18px;
  }

  .collegeDetails-time {
    font-size: 12px;
  }
}
