.box20240908005901{
	display: flex;
	justify-content: center;
}

a.box20240908005901_bt{
    display: block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    color: #ff9b00;
    text-align: center;
    /* border: 2px solid #ff9b00; */
    font-size: 1.5em;
    letter-spacing: 5px;
    transition: all 0.3s;
}
.box20240908005901_bt:hover{background-color: #ff9b00;color: #fff;}

@media (min-width: 992px){

}