.post_quotation {
    margin: 40px 0;
}

.post_quotation__wrapper {
    text-align: center;
    letter-spacing: normal;
}

.post_quotation__text {
    color: #E83792;
    font-family: "PlayfairDisplay";
    font-size: 18px;
    font-weight: 500;
    line-height: 125%;
}

.post_quotation__author {
    margin-top: 18px;
    color: #000;
    font-family: "PlayfairDisplay";
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .post_quotation__text {
        font-size: 18px;
    }

    .post_quotation__text br {
        display: none;
    }

    .post_quotation__author {
        font-size: 14px;
    }
}