
.pdr-feeding-guide-quote {
    background: var(--prodog-yellow);
    padding: 45px 0;
}

.pdr-feeding-guide-quote-content {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 785px;
}

.pdr-feeding-guide-quote-content p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
}

.pdr-feeding-guide-quote-content p:last-of-type {
    margin-bottom: 0;
}

.pdr-feeding-guide-quote-content p strong {
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
}

@media (max-width: 1299px) {

    .pdr-section.pdr-feeding-guide-quote .pdr-container {
        padding: 0 20px;
    }

}

@media (max-width: 767px) {

	.pdr-feeding-guide-quote {
	    padding: 35px 0;
	}

}

@media (max-width: 499px) {

    .pdr-feeding-guide-quote-content p {
    	font-size: 16px;
        line-height: 20px;
    }

}
