.box20250808153521{
	display: flex;
	justify-content: center;
}

a.box20250808153521_bt{
    display: block;
    padding: 16px 32px;
    width: 100%;
    /* height: 60px; */
    /* line-height: 60px; */
    color: rgb(255 255 255);
    text-align: center;
    background-color: #6878a4;
    /* border: 2px solid rgb(0, 137, 225); */
    /* font-size: 1.5em; */
    /* letter-spacing: 5px; */
    transition: all 0.3s;
}
.box20250808153521_bt:hover{background-color: #bcd0e8;color: #fff;}

@media (min-width: 992px){

}