.profession {
  background: #fffbf6;
  padding-top: 20px;
}
.loopBlcok .loopList {
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding: 10px;
}
.loopBlcok .loopList img {
  width: 100%;
  height: auto;
}
.loopBlcok .loopList .loopText {
  width: 100%;
  text-align: left;
  padding-left: 10px;
}
.loopBlcok .loopList h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  display: flex;
  justify-content: space-between;
}
.loopBlcok .loopList h3 span {
  font-size: 70px;
  opacity: 0.2;
  font-weight: 900;
}
.loopBlcok .loopList.loopList1 {
  border-bottom: 4px solid #6bb8ff;
}
.loopBlcok .loopList.loopList0 {
  border-bottom: 4px solid #3ec77c;
}
.loopBlcok .loopList.loopList2 {
  border-bottom: 4px solid #ff8d6b;
}
.loopBlcok .loopList .loopTitle1 {
  color: #6bb8ff;
}
.loopBlcok .loopList .loopTitle0 {
  color: #3ec77c;
}
.loopBlcok .loopList .loopTitle2 {
  color: #ff8d6b;
}
.loopBlcok .loopList h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
.loopBlcok .loopList p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 24p;
}

