#reviews {
    display: flex;
    justify-content: center;
}

.slickWrapper {
    margin: 5% 0 7% 0;
    width: 30%;
    display: flex;
    justify-content: center;
}

.slide {
    display: flex;
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: rgb(255, 247, 238);
}

.slide p {
    font-size: 1.3rem;
}

.slide h6 {
    margin-top: 2%;
}

@media only screen and (max-width: 1000px) {

    .slickWrapper {
        width: 50%;
    }
}

@media only screen and (max-width: 450px) {

    .slickWrapper {
        width: 80%;
    }
}