.text-and-image{align-items:center;border-radius:8px;display:flex;gap:10%;padding:3rem}.text-and-image__text{flex:0 1 60%}.text-and-image__text .h1,.text-and-image__text .h2,.text-and-image__text .h3,.text-and-image__text .h4,.text-and-image__text .h5,.text-and-image__text .h6,.text-and-image__text h1,.text-and-image__text h2,.text-and-image__text h3,.text-and-image__text h4,.text-and-image__text h5,.text-and-image__text h6{color:var(--VG-medium-green)}.text-and-image__text * span{color:inherit}.text-and-image__image{flex:0 1 30%}.text-and-image__image img{border-radius:8px;height:auto;max-width:100%}.text-and-image__buttons{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}@media screen and (max-widtH:1024px){.text-and-image{flex-wrap:wrap}.text-and-image__text{flex:0 1 100%;order:2}.text-and-image__image{flex:0 1 100%;margin-bottom:1.5rem;order:1}}@media screen and (max-width:767px){.text-and-image{padding:1.5rem}}