.review-block{
    background-color: var(--brand-blue-color);
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.review-block p{
    color: white;
    font-weight: 700;
    font-size: 2em;
    margin: 1em;
}

.review-block img{
    max-width: 330px;
    margin-top: 1em;
}