.section-wrapper{align-items:stretch;background:#fbfbfb;border-radius:10px;display:flex;height:auto;justify-content:space-between;margin:0 auto;max-width:1200px}.section-content{display:flex;flex:1;flex-direction:column;justify-content:center;margin:0;padding:40px 50px}.section-img{display:flex;flex-shrink:0;width:45%}.section-img img{border-bottom-right-radius:10px;border-top-right-radius:10px;height:400px;object-fit:cover;width:100%}@media (max-width:700px){.section-wrapper{border-radius:0;display:block;margin:0 -20px}.section-content{padding:25px 20px}.section-content h2{text-align:center}.section-img{width:100%}.section-img img{border-radius:0;height:auto;object-fit:contain;width:100%}}