
.useful-box h3{
    font-family: "phoreuscherokee", sans-serif !important;
    font-size: 1.875rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-align: center;
    margin-bottom: 25px !important;
    margin-top: 0px !important;
}

.useful-box button{
width: 100%;
 max-width: 225px;
}


.vote-buttons{
    display: flex;
    gap: 15px;
    justify-content: center;
}



@media only screen and (max-width: 767px) {
    .vote-buttons{
    flex-direction: column;
    align-items: center;
}

.useful-box h3{
    font-size: 1.5rem !important;
}
}