

.bg-qv-btn {
    margin-top: auto;
    color: #000;
    font-weight: 500;
    border-radius: 25px;
    border-color: #000;
    max-height: 42px;
    transition: 0.2s linear;
    border: 1px solid #ed8b21;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.bg-qv-btn:hover {
    background: #ff6b00;
    color: #fff;
}
