.therapy-card{
	background:#fff;
	border-radius:20px;
	overflow:hidden;
	height:100%;
}

.therapy-card img{
	width:100%;
	height:320px;
	object-fit:cover;
	display:block;
}

.therapy-content{
	padding:20px;
}

.therapy-content h3{
	font-size:32px;
	margin:0 0 15px;
	min-height: 47px;
}

.therapy-content p{
	line-height:1.8;
	margin-bottom:25px;
}

.therapy-btn{
	display:inline-block;
	padding:12px 30px;
	background:#d4c3a2;
	color:#fff;
	text-decoration:none;
	border-radius:4px;
}

.therapy-slider{
	padding-left:10px;
	padding-right:10px;
}
.therapy-slider .swiper-button-next:after, .therapy-slider .swiper-button-prev:after {
    font-size: 22px;
}
.therapy-slider .swiper-button-prev, .therapy-slider .swiper-rtl .swiper-button-next {
    left: -5px;
    right: auto;
}
.therapy-slider .swiper-button-next, .therapy-slider .swiper-rtl .swiper-button-prev {
    right: -5px;
    left: auto;
}
.therapy-slider  .swiper-pagination {
     position: relative;
    margin-top: 15px;
}