.therapy_beafter{background:#f4f8ff}
.therapy_beafter .ctt{}
.beafter_tit{display:flex;align-items:center;justify-content:space-between;padding:15px 5px;}
.therapy_beafter h2{text-align:center;}
.therapy_beafter h2 span{display:block;}
.therapy_beafter ul{margin-top:40px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px 0;}
.therapy_beafter ul li{width:48%;border-radius: 20px;}
.therapy_beafter ul li h4{letter-spacing: 0;}
.therapy_beafter ul li h4 b{font-weight:bold;margin-right:8px;}
.therapy_beafter ul li span{font-weight: bold;letter-spacing: 0;}
.therapy_beafter ul li h4 b{background: #2c4197;color: #fff;font-size: 17px;padding: 3px 8px;border-radius: 30px;}
.beafter_img{display:flex;justify-content:space-between;}
.beafter_img div{width:49%}
.beafter_img div img{width:100%}
.beafter_img div p{margin-top:20px;text-align:center;font-weight:bold;}

@media screen and (max-width:768px){
  .therapy_beafter ul{flex-wrap:wrap;gap:20px 0;margin-top:20px;}
  .therapy_beafter ul li{width:100%}
  .therapy_beafter ul li h4 b{font-size:13px;}
  .beafter_img div p{margin-top:13px;}
}