.box20231201165442_bt2 {
    display: inline-block;
    font-size: 1.2rem;
    color: #d1c2bd !important;
    /* background-color: #d80a17; */
    border-radius: 0px;
    border: 1px solid #d1c2bd;
    text-align: center;
    padding: 1.4rem 2rem;
}
.box20231201165442{
	display: flex;
	justify-content: center;
}

a.box20231201165442_bt{
    display: block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    color: rgb(0, 137, 225);
    text-align: center;
    border: 2px solid rgb(0, 137, 225);
    font-size: 1.5em;
    letter-spacing: 5px;
    transition: all 0.3s;
}
.box20231201165442_bt:hover{
background-color: rgb(0, 137, 225);
	color: #fff;
}

@media (min-width: 992px){

}