.bx-blue .btn.btn-default {
	display: table;
    align-items: center;
    text-align: center;
    background-color: #38D3E8;
    color: #fff;
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    line-height: 1;
    height: auto;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    max-width: none;
    border-radius: 8px;
	margin:0 auto;
}
.bx-blue .btn.btn-default:hover {
	outline: none;
	background-color: #129CF1;
	border-color: #129CF1;
	color: #FFF;
}
.bx-blue .btn.btn-default:active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
			box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

@media (max-width:48em) {.bx-blue .btn.btn-default{
 padding: 1.5rem 2rem;
    font-size: 2.5rem;

}}