.text-with-image{align-items:stretch;border-radius:5px;display:flex;min-height:240px;overflow:hidden}.text-with-image .image{display:block;max-width:320px;width:37%}.text-with-image .image img{border-radius:5px;display:block;height:auto;min-height:100%;object-fit:cover;object-position:center;width:100%}.text-with-image .text{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:28px 26px}.text-with-image .text .button{margin-top:20px}@media only screen and (max-width:700px){.text-with-image{display:block}.text-with-image .image{margin:0 auto;width:auto}}