.box20250710191017{
	display: flex;
	justify-content: center;
}

a.box20250710191017_bt{
    display: block;
    /* width: 300px; */
    /* height: 60px; */
    padding: 12px 35px;
    /* line-height: 60px; */
    color: rgb(255 255 255);
    background-color: rgba(102, 102, 102, 0.75);
    /* text-align: center; */
    /* border: 2px solid rgb(0, 137, 225); */
    font-size: 16px;
    letter-spacing: 5px;
    transition: all 0.3s;
}
.box20250710191017_bt:hover{background-color: rgb(255 255 255);color: #000;}

@media (min-width: 992px){

}