.c-title_block,
.block_title {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  line-height: 42px;
  font-weight: bold;
}

.c-list_item .item_intro {
  background: #fbf5ff;
  border-radius: 12px;
  position: relative;
  padding-bottom: 24px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-list_item .item_intro > img {
  width: 100% !important;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.c-list_item .item_intro .c-image {
  position: absolute;
  left: 30px;
  top: 150px;
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.c-list_item .item_intro .c-image img {
  width: 50px !important;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-list_item .item_intro .c-wrap {
  padding: 75px 20px 16px 20px;
  flex: 1;
}
.c-list_item .item_intro .c-wrap h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #333;
  line-height: 1.4;
}
.c-list_item .item_intro .c-wrap ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.c-list_item .item_intro .c-wrap ul li {
  padding-bottom: 12px;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
.c-list_item .item_intro .c-wrap ul li:before {
  content: "";
  background-image: url(/images/tick-circle.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 12px;
}
.c-list_item .item_intro .c-wrap ul li strong {
  font-weight: 600;
  color: #333;
}
.c-list_item .item_intro .c-wrap p.c-sum {
  padding-top: 16px;
}
.c-list_item .item_intro .c-wrap p.c-sum .btn_direct {
  background: #9E58C5;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  transition: all 0.3s ease;
  font-weight: 500;
}
.c-list_item .item_intro .c-wrap p.c-sum .btn_direct:hover {
  background: #8546ab;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(158, 88, 197, 0.3);
}
.c-list_item .item_intro .c-btn {
  padding: 0 20px 24px 20px;
}
.c-list_item .item_intro .c-btn .btn_direct {
  background: #9E58C5;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  transition: all 0.3s ease;
  font-weight: 500;
}
.c-list_item .item_intro .c-btn .btn_direct:hover {
  background: #8546ab;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(158, 88, 197, 0.3);
}/*# sourceMappingURL=config_service.css.map */