.news-quote {
    display: flex;
    flex-direction: column;
}

.news-quote__text {
    padding: 32px;
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -4%;
    display: flex;
    flex-direction: column;
    color: #1D1D1D;
}

.news-quote__text span {
    font-weight: 600;
}

@media screen and (max-width:1024px) {
    .news-quote {
        display: flex;
        flex-direction: column;
    }
    .news-quote svg{
        margin-left: 16px;
    }
    .news-quote__text {
        padding: 16px 16px 16px 16px;
        font-size: 14px;
        line-height: 22px;
    }
}