.jdfm_module-title-row {
   text-align: center;
}
.jdfm_module-title {
   margin: 0 0 30px 0;
   font-size: 36px;
}
.jdfm_module-title span {
   display: block;
}
.jdfm_module-title .sub-title {
   font-size: 18px;
}
.jdfm-item {
   margin-top: 80px;
}
.jdfm-item-inner {
   display: flex;
}
.jdfm .jdfm-icon {
   color: #000;
   font-size: 28px;
   min-width: 85px;
   height: 85px;
   border: 1px solid #9af0d5;
   border-radius: 100%;
   line-height: 85px;
   text-align: center;
   margin-right: 15px;
}
.jdfm .jdfm-icon_type-image {
   line-height: 0;
}
.jdfm-icon_type-image .jdfm-icon-image {
   max-width: 50px;
   transform: translateY(-50%);
   top: 50%;
   position: relative;
}
.jdfm-item-titile {
   margin: 0;
   font-size: 28px;
}
.jdfm-item-description {
   margin: 15px 0 0;
   font-size: 16px;
}
/** responsive **/
@media (max-width: 1199.98px) {
	.jdfm-item {
		margin-top: 40px;
	}
}