.mod-quotes__inner {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.mod-quotes__image {
    flex-shrink: 0;
    width: 40%;
    max-width: 480px;
}

.mod-quotes__image img {
    display: block;
    width: 100%;
    height: auto;
}

.mod-quotes__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mod-quotes__quote {
    margin: 0;
}

.mod-quotes__quote p {
    margin: 0;
    font-size: clamp(1.25rem, 2.5vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
}

.mod-quotes__attribution {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.mod-quotes__name,
.mod-quotes__role {
    margin: 0;
}

.mod-quotes__name {
    font-weight: 700;
}

.mod-quotes__role {
    font-size: 0.875rem;
}

.mod-quotes__button {
    display: inline-block;
    padding: 0.625rem 1.5rem;
    border: 2px solid currentColor;
    text-decoration: none;
    font-weight: 600;
}
