.reviews .d-review-box blockquote {
    background: #202020 !important;
    border: 2px solid #0054FF !important;
    box-shadow: 8px 8px 0 #2d2d2d55 !important;
}

.reviews .d-review-ico img {
    transition: transform 250ms cubic-bezier(0, 0.88, 1, 1.46);
}

.reviews .d-review-ico img:hover {
    transform: scale(1.1);
}
