.box20250123011435{
	display: flex;
	justify-content: center;
}

a.box20250123011435_bt{
    display: block;
/*    width: 300px;
    height: 60px;*/
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    letter-spacing: 5px;
    transition: all 0.3s;
	padding: 10px 30px;
}
.box20250123011435_bt:hover{
/*background-color: rgb(0, 137, 225);*/
	color: #007bff;
	border: 1px solid #007bff;
}

@media (min-width: 992px){

}