﻿.btn-responsive {
    width: 100%;
}

/* Define the width for medium screens (col-md) */
@media (max-width: 991px) {
    .btn-responsive {
        width: 6vw;
    }
}
