.multiple_buttons_wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.multiple_buttons_item{flex-basis:auto;margin:20px 30px}.mutipleBTN{background-color:#1b4298;border-radius:35px;color:#fff;display:inline-block;font-weight:700;padding:13px 40px;text-decoration:none}.mutipleBTN:hover{background-color:#00aeef}@media screen and (max-width:700px){.multiple_buttons_item{flex-basis:100%;margin:20px 0;text-align:center}.mutipleBTN{background-color:#1b4298;border-radius:35px;color:#fff;display:inline-block;min-width:225px;padding:13px 40px;text-align:center;text-decoration:none}}