.quote {
    max-width: 1512px;
    width: -webkit-fill-available;
    margin-bottom: 32px;
    padding: 0 16px;
    min-width: 375px;
    box-sizing: border-box;
}

.quote-wrapper {
    background-color: #313134;
    padding: 32px 20px 32px 20px;
    border-radius: 20px;
}

.quote-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 28px;
    color: #ffffff
}

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

.quote-author {
    display: flex;
    margin-bottom: 20px;
}

.author-props {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 8px;
}

.author-props p {
    color: #ffffff;
}

.author-props .name {
    font-size: 24px;
    line-height: 28px;
}

.author-props .title {
    font-size: 16px;
    line-height: 20px;
}

.quote-customer {
    width: 116.07px;
    height: 28px;
}

@media only screen and (min-width: 992px) {
    .quote {
        padding-left: 40px;
        padding-right: 40px;
    }

    .quote-wrapper {
        padding: 64px;
    }

    .quote-text {
        font-size: 56px;
        line-height: 64px;
    }

    .quote-footer {
        flex-direction: row;
        align-items: end;
        justify-content: space-between;
    }

    .quote-author {
        margin-bottom: 0;
    }

    .quote-customer {
        width: 199.71px;
        height: 48px;
    }

    .author-props img {
        width: 69px;
        height: 76px;
    }

    .author-props .name {
        font-size: 32px;
        line-height: 32px;
    }

    .author-props .title {
        font-size: 20px;
        line-height: 24px;
    }
}