@charset "utf-8";


.patientStories {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12%;
	padding-right: 12%;
	padding-top: 30px;
	background-color: hsla(125,42%,47%,0.9);
	margin-bottom: 40px;
}

.patientStoriesMiracles {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: hsla(227,100%,93%,1.00);
	padding-left: 12%;
	padding-right: 12%;
	padding-top: 30px;
}

.patientStories h1 {
	text-align: center;
	color: hsla(226,100%,25%,1.00);
	font-size: 50px;
	font-weight: 400;
	padding-bottom: 20px;
	margin: 0px;
	font-family: rancho;
	letter-spacing: 1px;
}
.patientStories .column {
	width: 13%;
	clear: none;
	float: left;
	text-align: center;
	margin-left: 6%;
	margin-right: 6%;
	margin-bottom: 20px;
}
.patientStories figure a img {
	width: 100%;
	height: auto;
	border-radius: 100%;
	-webkit-box-shadow: 1px 1px 10px 2px hsla(226,18%,43%,0.20);
	box-shadow: 1px 1px 10px 2px hsla(226,18%,43%,0.20);
	margin-bottom: 20px;
	background-color: hsla(212,100%,29%,0.30);
}

.patientStories figure a:hover img {
	border-radius: 20px;
	-webkit-box-shadow: -1px -1px 3px -1px hsla(0,0%,0%,0.20);
	box-shadow: -1px -1px 3px -1px hsla(0,0%,0%,0.20);
}
.patientStories figure figcaption a {
	font-family: annie-use-your-telescope;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	color: hsla(226,100%,23%,1.00);
}

.patientStories figure figcaption a:hover {
	color: hsla(41,100%,50%,1.00);
}

@media screen and (max-width:2200px){

.patientStories {
	padding-left: 2%;
	padding-right: 2%;

}
}

@media screen and (max-width:1800px){

.patientStories .column {
	width: 17%;
	margin-left: 4%;
	margin-right: 4%;
}

}


@media screen and (max-width:1200px){

.patientStories h1 {
	font-size: 50px;
}
.patientStories figure figcaption a {
	font-size: 28px;
}

}


@media screen and (max-width:767px){
.patientStories .column {
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
}

.patientStories h1 {
	font-size: 60px;
}
.patientStories figure figcaption a {
	font-size: 36px;
}
}

@media screen and (max-width:600px){
.patientStories .column {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}

}
