
.btnones {
    width: 100%;
    color: #131F3B;
}

.btnones:hover {
    border: 1px solid white;
    color: #131F3B;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: white;
    box-shadow: none;
    color: #131F3B;
    border: 1px solid #131F3B;
}

@media (min-width: 900px) and (max-width: 2100px) {
    .btnones {
        width: 40%;
    }
}
