.text-with-form{display:flex}.text-with-form .text-with-form-content-wrapper{display:grid;gap:var(--gap-def);grid-template-columns:4fr 7fr;justify-content:space-between;margin:0 auto;width:100%}.text-with-form .text-with-form-content-wrapper .texts-container{display:flex;flex-direction:column;justify-content:center;max-width:595px;z-index:44}.text-with-form .text-with-form-content-wrapper .texts-container img{border-radius:var(--border-radius-default)}@media screen and (max-width:1024px){.text-with-form .text-with-form-content-wrapper{grid-template-columns:1fr}}