.comm-banner {
  background-image: url(../images/realms-banner.png);
}

.realms {
  padding-top: 50px;
}
.realms-header {
  background-color: #ffffff;
  padding: 34px 30px;
}
.realms-tab {
  padding-bottom: 10px;
}
.realms-tab-item {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  float: left;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.realms-tab-item:not(:first-child) {
  padding-left: 30px;
}
.realms-tab-item:first-child:after {
  content: " ";
  height: 16px;
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  background-color: #ddd;
}
.realms-tab-item.active {
  font-size: 24px;
  color: #333333;
}
.realms-about {
  margin-top: 25px;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}

.realms-content {
  margin-top: 15px;
}
.realms-item {
  padding: 15px;
}
.realms-item-box {
  padding: 20px;
}
.realms-item-box {
  background-color: #fff;
  height: 450px;
}
.realms-item-header {
  padding-left: 50px;
  position: relative;
}
.realms-item-header .realms-item-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.realms-item-icon .iconfont {
  font-size: 36px;
  color: #dd0213;
}
.realms-item-title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}
.realms-item-desc {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 0px;
}
.realms-item-list {
  margin-top: 20px;
  list-style: initial;
  margin-left: 20px;
  max-height: 352px;
  overflow:hidden; 
}
.realms-item-list li {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}

#profession .realms-item-box {
  height: 200px;
}

#profession .realms-item-list {
  color: #666;
  font-size: 12px;
  margin-left: 0;
  line-height: 26px;
  overflow: hidden;
  height: 105px;
}


@media screen and (max-width: 992px) {
  .col-md-4 {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .realms {
    padding: 15px;
  }
}