@charset "UTF-8";
/* Button Block block CSS Document */

.btnlg{
	margin: 3em auto;
    display: table;
    padding: 0.5em 1em 0.4em 1.1em !important;
    font-size: 1.5rem;
}

.btnmd{
	margin: 2em auto;
    display: table;
    padding: 0.5em 1em 0.4em 1.1em !important;
    font-size: 1.25rem;
}

.btnsm{
	margin: 1em auto;
    display: table;
    font-size: 1rem;
}
	
	@media screen and (min-width:992px){
		.qcarousel{height:400px;}
	}
