.three_column_boxes_wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}.three_column_boxes_item{background-color:#fff;border-radius:35px;box-shadow:0 20px 99px #00000029;display:flex;flex-basis:calc(25% - 40px);flex-direction:column;justify-content:space-between;margin:20px;padding:20px}@media screen and (max-width:1040px){.three_column_boxes_wrapper{justify-content:center}.three_column_boxes_item{flex-basis:100%;margin-bottom:30px;max-width:400px}}.boxes_button_wrapper{margin:0 auto;max-width:200px;padding-top:20px}.boxes_button{background-color:#1b4298;border-radius:35px;color:#fff;display:inline-block;font-size:18px;font-weight:700;margin:0 auto;padding:15px 40px;text-align:center;text-decoration:none;width:100%}.three_column_boxes_item>div:nth-child(2){flex-grow:1}.three_column_boxes_wrapper:empty,.three_column_boxes_wrapper:only-child,.three_column_boxes_wrapper:only-child+.three_column_boxes_item,.three_column_boxes_wrapper:only-child+.three_column_boxes_item+.three_column_boxes_item{justify-content:center}