/* ===

Theme Name: Hey Victor
Author: Koval Web
Author URI: https://kovalweb.com/
Description: Website development by Koval Web
Tags: html5, css3, sass, js, gulp, bootstrap grid
Version: 1.0

=== */
.vote-item {
    position: relative;
    width: 100%;
    margin: 2rem auto 0;
    padding: 1.75rem;
}

.vote-item:first-of-type {
    margin-top: 0;
}

.vote-item-btns {
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .vote-item {
        padding: 3rem;
        margin-top: 3rem;
    }
}

@media (min-width: 1400px) {
    .vote-item {
        padding: 4rem;
    }
}