/**
 * About Intro Section - Centered title and intro text (narrow width)
 */

.about-intro {
	padding: 0 24px 40px;
	background-color: #fff;
}
.about-feature__content h2,.about-feature__content .about-feature__text p{
	text-align: center;
}
.about-content-block__content h2,.about-content-block__content .about-content-block__text p{
	text-align: center;
}
.about-intro__wrap {
	width: 100%;
	max-width: 720px;
	margin: 45px auto 0;
	text-align: center;
}
@media (max-width: 768px) {
    .about-content-block__inner {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
}

.about-intro__title {
	font-family: "Playfair Display", Georgia, serif !important;
	font-size: 28px;
	font-weight: 700;
	line-height: normal;
	color: #000;
	margin: 0 0 24px;
	text-transform: capitalize;
}

@media (min-width: 768px) {
	.about-intro__title {
		font-size: 38px;
		margin-bottom: 28px;
	}
}

.about-intro__text {
	font-family: Nunito, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #444;
	margin: 0;
}

.about-intro__text p {
	margin: 0 0 1em;
	text-align: center;
	color: black;
	font-family: "Nunito" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.about-intro__text p:last-child {
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	.about-intro__text {
		font-size: 16px;
	}
}
