.ThreeColumnBox__Wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.ThreeColumnBox__Item{background-color:#fff;border:1px solid #c8c8c8;border-radius:6px;flex-basis:30%;margin:25px 1.65%;padding:20px;transition:all .6s ease}.ThreeColumnBox__Item:hover{transform:scale(1.06);transition:all .6s ease}@media screen and (max-width:900px){.ThreeColumnBox__Item{border:1px solid #c8c8c8;border-radius:6px;flex-basis:45%;margin:25px 2%;padding:20px}}@media screen and (max-width:600px){.ThreeColumnBox__Item{border:1px solid #c8c8c8;border-radius:6px;flex-basis:100%;margin:25px 0;padding:20px}}.ThreeColumnBox__Item h4{margin-bottom:7px;margin-top:7px}.blackLink{color:#000;text-decoration:none}