.text_items__row{display:grid;gap:65px 23px;grid-template-columns:repeat(4,1fr)}.text_items__item{padding-bottom:30px}.text_items__item_img{margin-bottom:15px}.text_items__item_img img{display:flex}@media(max-width:992px){.text_items__row{gap:40px 23px;grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.text_items__row{gap:40px 23px;grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.text_items__row{gap:30px;grid-template-columns:1fr}}