.container{width:60%;margin:0 auto}.content{display:flex;justify-content:center;align-items:center;gap:2em;padding:2em 0 5em 0}.info-container{display:grid;grid-template-columns:1fr 1fr;gap:1em;margin:1em 0}.info-container .product-card{margin:0 auto}.product-image{background-color:var(--color-background-highlight);height:auto;border-radius:10px}.product-image img{width:100%;height:auto}.product-brand{padding:2em 0 1em 0;gap:.2em;font-size:1.5em;font-weight:700;margin:0;display:flex;flex-direction:column;align-items:center}.product-description{margin:0 auto;font-size:1.2em}.product-contact button{margin:1em 0;background-color:var(--color-background-secondary)}.product-contact a button{color:#fff;text-decoration:none;cursor:pointer}.specline{display:flex;flex-direction:row;justify-content:space-between;gap:.5em}.specline p{width:50%}.specs{padding-bottom:5em}.big-hr{border-width:2px}.small-hr{border-color:#fff;width:100%;margin:.5em 0}@media screen and (max-width:1000px){.content{flex-direction:column;margin:0}.info-container{grid-template-columns:1fr}.product-description,.product-image{width:100%}}@media screen and (max-width:800px){.container{width:90%}}