.reviews {
    padding: 1rem 0 3rem;
}

.reviews__title {
    font-family: "Gotham Medium";
    font-size: 2rem;
    line-height: 2.1rem;
    color: #333;
    margin-top: 1rem;
}

.reviews__info {
    font-family: "Gotham";
    font-size: .9rem;
    line-height: .9rem;
    color: #a4a4a4;
    margin: .5rem 0 1.5rem;
}

.reviews__item {
    display: block;
    padding: .5rem;
    margin-bottom: 1rem;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.11);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.reviews__item__image {
    width: 100%;
    height: 100%;
}

.reviews__item:hover {
    opacity: .8;
}

.reviews__item:active {
    -webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.08);
}

.reviews__social {
    padding: 1rem 0;
    border-top: 1px solid #e5e5e5;
}

.reviews__social__title {
    font-family: "Gotham Medium";
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #333;
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {
    .reviews__social {
        padding: 0 0 0 1rem;
        border: unset;
    }
}
