.quote-new__content {
    display: flex;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    color: #010D1C;
}

.quote-new__paragraph {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin: 0;

}

.quote-new__icon--open {
    width: 120px;
    margin-right: 16px;

}

.quote-new__icon--close {
    position: absolute;
    width: 30px;
    right: 0;
    bottom: 0;
}

.quote-new__icon-wrapper {
    height: 100%;
    margin-right: 16px;
}

.quote-new__text p {
    margin: 0;
}

.quote-new__author {
    display: flex;
    margin-top: 34px;
    gap: 12px;
    align-items: center;
    font-family: "Source Sans Pro", sans-serif;
    color: rgba(1, 13, 28, 0.75);
}

.quote-new__author-image {
    width: 80px;
    height: 60px;
    overflow: hidden;
    clip-path: polygon(
        12% 0%,
        100% 0%,
        88% 100%,
        0% 100%
    );
}

.quote-new__author-name {
    font-size: 20px;
    font-weight: 600;
}

.quote-new__author-bio {
    font-size: 16px;
}

.quote-new__author-bio a{
    text-decoration: underline;
    color: rgba(1, 13, 28, 0.75);
}