.section_review{background:#f5f5f5;color:var(--color-main);padding:90px 0 0}.review_top{font-size:18px;line-height:28px;margin:0 auto;max-width:735px;text-align:center;width:100%}.review_top h2{color:var(--color-blue);font-size:50px;line-height:66px;margin-bottom:24px;margin-left:auto;margin-right:auto;max-width:658px}.review_row{display:grid;gap:27px;grid-template-columns:repeat(3,1fr);margin:0 auto -70px;max-width:1056px;padding-top:40px;width:100%}.review_column{background:#fff;border-radius:12px;box-shadow:5px 5px 6px rgba(0,0,0,.05)}.review_content{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;height:100%;justify-content:center;padding:35px}.review_num{color:#1a5ecb;font-size:60px;font-weight:300;line-height:68px;margin-bottom:17px}.review_text{color:#09102e;font-size:14px;font-weight:600;line-height:28px}@media only screen and (max-width:991px){.review_row{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.review_row{grid-template-columns:repeat(1,1fr)}.review_column{min-height:232px}}