.fi_wrapper{display:flex;font-size:14px;justify-content:center}.fi_wrapper .fi_boxes_wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:2em;justify-content:center;padding:1em}.fi_wrapper .fi_boxes_wrapper .fi_box{align-items:start;background-color:rgba(122,166,104,.1);border-radius:10px 10px 30px 10px;color:#111;display:flex;flex:1;flex-basis:300px;flex-direction:column;font-family:Inter;gap:2em;padding:6% 4%}.fi_wrapper .fi_boxes_wrapper .fi_box:first-child{background-color:rgba(13,125,194,.1)}.fi_wrapper .fi_boxes_wrapper .fi_box .fi_box_number{font-size:2.5em;font-weight:700}.fi_wrapper .fi_boxes_wrapper .fi_box .fi_text_title{font-size:1.5em;font-weight:600;height:2em}.fi_wrapper .fi_boxes_wrapper .fi_box .fi_text_content{font-size:1.3em}@media only screen and (max-width:767px){.fi_wrapper .fi_boxes_wrapper .fi_box{padding:10% 6%}}