.online_content {
  width: 1200px;
  text-align: center;
  margin: 60px auto 0;
  background: #fff;
}
.online_content h2 {
  font-weight: 600;
  font-size: 58px;
  color: #121212;
  margin: 24px 0 123px;
}
.online_content .group, .online_content .groupTwo {
  height: 65px;
  line-height: 65px;
  text-align: left;
  font-weight: 600;
  font-size: 30px;
  color: #121212;
  border-bottom: 1px solid #EBEBEB;
}
.online_content .groupTwo  {
    margin-top: 170px;
}
.online_content .title {
  display: flex;
  align-items: center;
  height: 50px;
  margin: 60px 0 20px;
  font-weight: 600;
  font-size: 22px;
  color: #121212;
}
.online_content .title img {
  margin-right: 10px;
}
.online_content .block_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.online_content .block_wrapper > a {
  display: block;
  width: 285px;
  height: 195px;
  padding: 20px 30px;
  margin: 0 20px 20px 0;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  color: #121212;
  background: #FAFAFA;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.3s;
}
.online_content .block_wrapper > a:hover {
  transform: scale(1.05);
}

.online_content .block_wrapper h4 {
  margin: 10px 0 30px;
}

.online_content .block_wrapper .btn {
  display: flex;
  align-items: center;
  width: 121px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 42px;
}
.online_content .block_wrapper .btn span {
  font-weight: 400;
  font-size: 16px;
  line-height: 135.9%;
  color: #FB4B42;
  margin: 0 30px 0 20px;
}

