.budi_button{
    display: flex;
}

@media (max-width: 768px){
    .budi_button{
        justify-content: center !important;
        margin-bottom: 20px;
    }
}
