.ts-quote-block {
    margin: 3rem 0;
    padding: 0;
    border-left: none;
}

.ts-quote-block__icon {
    display: block;
    width: 47px;
    height: 38px;
    margin-bottom: 2rem;
}

.ts-quote-block__text {
    font-style: italic;
    margin: 0 0 1rem;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Italic;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;

}

.ts-quote-block__attribution {
    display: block;
    font-style: normal;
}