.rcgk {
  width: 80%;
  max-width: 1000px;
  margin: 100px auto 151px;
}
.rcgk-count {
  text-align: center;
}
.rcgk .count {
  color: #333;
  font-size: 32px;
  margin-bottom: 22px;
  position: relative;
  font-weight: bold;
}
.rcgk .count:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #0068D3;
  bottom: -22px;
  left: 50%;
  margin-left: -25px;
}
.rcgk .desc {
  border-top: 1px solid #E3E3E3;
  color: #666;
  padding-top: 20px;
  font-size: 16px;
}
.rcgk-content {
  margin-top: 45px;
}
.rcgk-content img {
  display: block;
}
.rcgk-content p {
  padding-top: 57px;
  color: #444;
  font-size: 16px;
  line-height: 2.25;
  font-weight: 400;
}
.rcgk-content .building {
  margin-right: 62px;
  margin-bottom: 30px;
}
.rcgk-content .text {
  margin-bottom: 40px;
}
.rcgk-content .footer {
  clear: both;
}
@media screen and (max-width: 1000px) {
  .rcgk .rcgk-content .building {
    display: none;
  }
}
