.index-card{display:grid;grid-template-columns:1fr 1fr;align-items:center;border-radius:1rem;padding:2rem 1rem;gap:1rem;text-align:center}.index-card>:first-child{order:1}.index-card-visual{display:flex;align-items:center;height:100%}.index-card-visual>img{max-width:100%;vertical-align:middle}.index-card>:first-child h2{margin-top:0}.index-card>:first-child h2 img{width:50%;min-width:13rem}.index-card>:first-child p{margin:1rem 0}.index-card>:first-child p:last-child{margin-top:1em;margin-bottom:0;display:flex;flex-wrap:wrap;gap:.75em;align-items:center;justify-content:center;font-size:1.25em}.index-card>:first-child p:first-of-type{font-size:1.5em}.index-card>:first-child p:nth-of-type(2){font-size:1.2em}@media screen and (max-width:768px){.index-card{grid-template-columns:1fr;grid-template-rows:auto auto;border-radius:0;border-left-width:0!important;border-right-width:0!important;gap:3rem}}