.phc-desktop {
	display: block;
}

.phc-mobile {
	display: none;
}

.phc-testimonial-carousel {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 50px;
	align-items: stretch;
	align-content: space-between;
}

.phc-testimonial-carousel .phc-testimonial-carousel-column-1-3 { width: calc(33% - 25px); position: relative; }
.phc-testimonial-carousel .phc-testimonial-carousel-column-2-3 { width: calc(67% - 25px); position: relative; }
.phc-testimonial-carousel .phc-testimonial-carousel-column-1-2 { width: calc(50% - 25px); position: relative; }

.phc-testimonial-carousel .description h2 {
	background: url('../images/title.png') bottom left no-repeat;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
}
.phc-testimonial-carousel .description p {
	font-size: 19px;
	line-height: 120%;
	margin-bottom: 0;
}

.phc-carousel-prev-next {
	position: absolute;
	left: 0;
	bottom: 0;
}
.phc-testimonial-carousel .phc-carousel-prev-next { bottom: 50px; }
.phc-carousel-prev-next span {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	width: 36px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #004C8D;
	cursor: pointer;
	margin-right: 25px;
}
.phc-carousel-prev-next span:hover { background: #0DA4DA; }

#phc-testimonial-carousel {
	display: flex;
	align-items: stretch;
	position: relative;
}
.phc-caroulsel-slide { padding-bottom: 16px; padding-top: 5px; }
.phc-caroulsel-slide-inner {
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	height: calc(100% - 25px);
	margin: 0 6px 0 0;
	position: relative;
}
.phc-caroulsel-slide-inner.no-negative-height { height: 100% }
.phc-caroulsel-slide-inner a {
	position: absolute;
	z-index: 1;
	text-decoration: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.phc-caroulsel-slide .image {
	min-height: 285px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.phc-caroulsel-slide h3 {
	margin: 25px 25px 10px;
	font-weight: 700;
	text-transform: none;
	font-family: "Kumbh Sans";
	font-size: 24px;
}
.phc-caroulsel-slide .description {
	font-size: 19px;
	margin: 25px 25px;
	clear: both;
	display: inline-block;
}
.phc-testimonial-carousel .phc-caroulsel-slide .description {
	margin-top: 0;
	margin-bottom: 0;
}
.phc-caroulsel-slide .description .padding {
	display: block;
	width: 100%;
	height: 25px;
}
.phc-caroulsel-slide i.fas {
	display: inline-block;
	width: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #0DA4DA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	right: 25px;
	bottom: -18px;
}

@media only screen and (max-width: 1024px) {
	.phc-mobile {
		display: block;
	}

	.phc-desktop {
		display: none;
	}

	.phc-testimonial-carousel .phc-testimonial-carousel-column-1-3 {
		width: 75%;
		clear: both;
		padding-bottom: 40px;
	}

	.phc-testimonial-carousel .phc-testimonial-carousel-column-2-3 {
		width: 100%;
		clear: both;
	}

	.phc-carousel-prev-next {
		left: auto;
		bottom: auto;
		top: -50px;
		right: 0;
	}
}