.box20250201151406745{
	display: flex;
	/* justify-content: center; */
}

a.box20250201151406745_bt{
    display: block;
    padding: 20px 40px;
    /* line-height: 60px; */
    color: rgb(255 255 255);
    text-align: center;
    /* border: 2px solid rgb(0, 137, 225); */
    font-size: 16px;
    /* letter-spacing: 5px; */
    transition: all 0.3s;
    border-radius: 5px;
    background-color: #295394;
}
.box20250201151406745_bt:hover{background-color: #333;color: #fff;}

@media (min-width: 992px){

}