.references {
    margin-top: 7rem;
    width: 80%;
    display: flex;
    flex-direction: column;
}

.references-sales {
    font-weight: normal;
    color: black;
    font-size: 1.5rem;
    font-family: Montserrat, serif;
}

.references-brick {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: start;
    border: rgba(30, 50, 30, 0.05) solid 1px;
    box-shadow: 0 1px 10px rgba(30, 50, 30, 0.2);
    border-radius: 20px;
    margin: 1rem 0;
}

.references-brick:hover {
    box-shadow: 0 1px 10px rgba(30, 50, 30, 0.5);
    transition: 0.5s ease-in-out;
}

.references p {
    padding: 0;
    grid-area: description;
    color: #222;
    font-family: Montserrat, serif;
    margin-top: 0;
}

.references-brick p {
    padding: 1rem;
}

.references-brick h3 {
    color: green;
}
