.profiles {
    max-width:300px;
    margin-left: auto;
    margin-right: auto;
}
.profiles > li {
    width: 100%;
	margin: 0 0 3em;
}

.profile-image {
    float: none;
    max-width: 100%;
    margin-left: 0;
    padding: 0;
    border: none;
}
.profile-content > h3 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.profile-content > h3 a {
	color: #2a6ebb;
	text-decoration: none;
}
.profile-content > h3 a:hover {
    color: #182c50;
}

.profile-quotes {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.profile-quotes blockquote {
	position: relative;
	margin: 0;
	padding-left: 6.8rem;
	font-size: 1.9rem;
	font-style: italic;
}
.profile-quotes blockquote::before {
	content: "\201C";
	position: absolute;
	top: -2.5rem;
	left: 0;
	width: 6.8rem;
	height: 8.5rem;
	font-size: 16rem;
	font-style: normal;
	line-height: 1;
	color: #182c50;
}
.profile-quotes > :first-child blockquote {
	margin-top: 0;
}
.profile-quotes > :last-child blockquote {
	margin-bottom: 0;
}
.profile-quotes blockquote > p:last-of-type {
	margin-bottom: 0;
}
.profile-quotes blockquote > p + p {
	display: block;
}
.profile-quotes blockquote > p:last-of-type {
	display: inline;
}
.profile-quotes cite {
	position: relative;
	margin-top: 0.25em;
	margin-right: 3em;
	padding-left: 3.4rem;
	font-size: 1.7rem;
	font-style: normal;
	text-align: right;
}
.profile-quotes cite::before {
	content: "\201D";
	display: inline-block;
	position: absolute;
	top: -1.4rem;
	left: -0.4rem;
	width: 3.4rem;
	height: 3.4rem;
	font-size: 6.8rem;
	font-style: normal;
	line-height: 1;
	text-align: left;
	color: #182c50;
}

.profile-quotes p + cite {
	padding-left: 0;
}
.profile-quotes p + cite::before {
	content: none;
}
.profile-quotes blockquote > p:last-of-type {
	position: relative;
}
.profile-quotes blockquote > p:last-of-type::after {
	content: "\201D";
	display: inline-block;
	position: relative;
	top: 2.7rem;
	width: 3.4rem;
	height: 3.4rem;
	font-size: 6.8rem;
	font-style: normal;
	line-height: 0;
	text-align: left;
	color: #182c50;
}

.profile-quotes > li {
	margin: 0 0 3em;
}

@media screen and (min-width: 600px) {
    .profiles-container {
        display: flex;
        justify-content: space-between;
    }
    .profiles-container .profiles {
        width: 40.167%;
        height: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }
    .profiles > li {
        max-width: 300px;
    }
    .profiles-container .profile-quotes {
        width: 56.834%;
        padding-left: 0;
        padding-right: 0;
    }
    .profile-quotes blockquote {
        padding-left: 8.5rem;
    }
    .profile-quotes blockquote::before {
        left: 1.7rem;
    }
}
@media screen and (min-width: 768px) {
	.profile-button {
		width: 48.82117%;
	}
}
@media screen and (min-width: 951px) {
    .profiles-container .profiles {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 56.834%;
    }
    .profiles-container .profile-quotes {
        width: 40.167%;
    }
    .profiles > li {
        flex: 0 1 auto;
        width: 47.5%;
    }
}
@media screen and (min-width: 1201px) {
    .profiles-container .profiles {
        display: flex;
        flex-wrap: wrap;
        width: 58.167%;
        height: 100%;
        max-width: none;
    }
    .profiles > li {
        flex: 0 1 auto;
        width: 47.5%;
        max-width: 300px;
    }
    .profiles-container .profile-quotes {
        width: 36.833%;
        padding-left: 0;
        padding-right: 0;
    }
}
