.content .text-img{display:grid;grid-template-columns:2fr 3fr;grid-gap:70px;align-items:center}@media (max-width:990px){.content .text-img{grid-template-columns:1fr;grid-gap:15px;margin-bottom:15px}}.content .text-img__right{display:flex;align-items:center;justify-content:center}.content .text-img__right img{max-width:100%;height:auto;object-fit:cover;border-radius:5px}.content .text-img-2{grid-template-columns:3fr 2fr}@media (max-width:990px){.content .text-img-2{grid-template-columns:1fr}}