.text-img-row{align-items:center;background:transparent;display:grid;gap:15px;grid-template-columns:3fr 1fr;margin-bottom:20px}.text-img-row.img-first{flex-direction:row-reverse;grid-template-columns:1fr 3fr}.text-img-row .text-wrapper{background:#fff;border-radius:10px;padding:30px;width:100%}.text-img-row.img-first .text-wrapper{order:2}.text-img-row .text-wrapper p{margin-bottom:10px}.text-img-row .image-wrapper{align-items:center;border-radius:10px;display:flex;height:100%;justify-content:center;max-width:250px;overflow:hidden;width:100%}.text-img-row.img-first .image-wrapper{order:1}.text-img-row .image-wrapper img{height:100%;object-fit:cover;width:100%}.text-img-row ul{display:flex;flex-direction:column;flex-wrap:wrap;gap:10px;max-height:282px;overflow:hidden;padding-left:22px}.text-img-row ul li{margin:0;max-width:50%;white-space:normal}@media (max-width:991px){.text-img-row{margin-bottom:20px}.text-img-row,.text-img-row.img-first{grid-template-columns:1fr;grid-template-rows:1fr 250px}.text-img-row .image-wrapper{max-width:100%}.text-img-row.img-first .image-wrapper{order:2}.text-img-row.img-first .text-wrapper{height:100%;order:1}.text-img-row ul{max-height:fit-content}.text-img-row ul li{max-width:100%}}