.quote-section {
    background-color: #fff;
}

.quote-section > .container {
    max-width: 70%;
    margin: auto;
}

.quote-section p {
    text-align: center;
    color: var(--main-blue);
}

.quote-section .container > h4 > p
{
    font-family: 'Poppins-Medium';
    letter-spacing: -0.7px;
}

.quote-section .container > p
{
    font-family: 'Poppins-Regular';
}
@media screen and (max-width: 767px) {
    .quote-section > .container {
        max-width: 100%;
    }
}