.quote_ct {
width: 70%;
padding: 5rem 4rem 3rem;
line-height: 1.5;
font-size: 1.2rem;
font-weight: 500;
font-style: italic;
}
.quote_ct p {
text-align: center;
}
@media all and (max-width: 850px) {
.quote_ct {
width: 80%;
padding: 5rem 2rem 2rem;
}
}
@media all and (max-width: 550px) {
.quote_ct {
width: 90%;
padding: 5rem 1rem 2rem;
}
}