.section-with-image{display:flex;align-items:center;justify-content:center;gap:40px;margin:40px auto;padding:40px;width:1280px;max-width:calc(100% - 80px);background-color:#f8f8f8;border-radius:8px;box-sizing:border-box}.section-text-content{width:600px;height:400px;display:flex;flex-direction:column;justify-content:center}.section-title{font-size:2rem;font-weight:700;line-height:1.1;margin:0 0 20px;color:#000}.section-description{font-size:1rem;line-height:1.4;color:#4a4a4a;margin:0}.section-image-container{width:600px;height:400px;display:flex;align-items:center;justify-content:center}.section-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.section-image-placeholder{width:100%;height:100%;background-color:#d4d4d4;border-radius:4px}.section-with-image.reverse{flex-direction:row-reverse}@media(max-width:1279px){.section-with-image{width:100%;padding:40px 60px;gap:40px}.section-text-content,.section-image-container{width:50%;height:auto}.section-image-container{min-height:320px}}@media(max-width:768px){.section-with-image{flex-direction:column;padding:30px 24px;gap:25px}.section-with-image.reverse{flex-direction:column}.section-text-content,.section-image-container{width:100%;height:auto}.section-image-container{min-height:260px}.section-title{font-size:1.5rem}}@media(max-width:480px){.section-with-image{padding:24px 16px}.section-title{font-size:1.3rem}.section-description{font-size:.9rem}.section-image-container{min-height:220px}}
