.subject {
  width: 100%;
  height: 345px;
  padding: 54px 74px 50px;
}

.subject:first-of-type {
  /*margin-top: 115px;*/
}

.subject-wrapper {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.subject:nth-child(even) {
  background: #eee;
}

.subject:nth-child(odd) {
  background: #666;
  color: white;
}

.subject-wrapper img {
  width: 370px;
  height: 245px;
  margin-right: 75px;
  vertical-align: bottom;
}

.subject-wrapper .subject-intro {
  display: inline-block;
  width: 400px;
  height: 100%;
  text-align: center;
}

.subject-wrapper .subject-intro h2 {
  font-size: 24px;
  margin-bottom: 40px;
}

.subject-wrapper .subject-intro .hdhe_cr_intro {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.5;
  text-indent: 2em;
  text-align: left;
}