.at-quotes__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;

}

.at-quotes__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3rem 0;
    padding-left: 2rem;
    text-align: center;
    font-size: 1.1rem;
    hyphens: auto;
}

.at-quotesItem__quote {
    position: relative;
    margin-bottom: 1.3rem;
    font-family: var(--siteFontCondensed);
    letter-spacing: 0.02em;
}

.at-quotesItem__quote:before {
    position: absolute;
    top: -65px;
    left: -60px;
    font-size: 150px;
    font-family: Arial, serif;
    color: #949494;
    content: '“';
}

.at-quotesItem__author {
    font-size: 1.1rem;
    font-weight: 700;
}

.at-quotesItem__authorDescription {
    width: 70%;
    font-size: .9rem;
    font-style: italic;
}

@media (min-width: 400px) {
    .at-quotes__item {
        width: 70%;
        padding: 0;
    }
}

@media (min-width: 500px) {
    .at-quotesItem__authorDescription {
        width: 40%;
    }
}
