.productInfo{width:min(1000px,85vw);margin:100px auto;background-color:rgb(240,240,240);box-shadow:0 0 30px var(--shadow-color);padding:20px 50px 60px;border-radius:30px;height:auto}.productInfo__wrapper{display:flex;width:100%;height:100%}.productInfo__header{width:100%;height:3em;margin:0;display:flex;align-items:center;padding:0 0 10px}.productInfo__column{width:50%;font-size:1.2em}.productInfo__image{display:flex;align-items:center;justify-content:center}.productInfo__columnRow{width:100%;margin-bottom:30px}@media only screen and (max-width:750px){.productInfo__wrapper{flex-direction:column}.productInfo__column{width:100%}}