/* css reset */
#prod-desc-container,#prod-desc-container *{box-sizing:border-box}
#prod-desc-container{font-size:14px;max-width:920px;margin:0 auto;font-family:sans-serif}
#prod-desc-container .headline-2{font-size:1.6em;margin:.83em 0; text-align: center;}
#prod-desc-container .headline-3{font-size:1.2em;margin:1em 0; text-align: center;}
#prod-desc-container .paragraph{margin:1em 0}
#prod-desc-container .desc-img.lazy,#prod-desc-container .desc-img{width:initial;max-width:100%;height:auto}

/* custom style */
#prod-desc-container .flex-container{display:flex;flex-wrap:wrap;flex-direction:row}
#prod-desc-container .col{padding:1em}
#prod-desc-container .col-1{width:100%}
@media screen and (max-width: 919px) {
#prod-desc-container{font-size:14px;max-width:100%}
#prod-desc-container .col-1{width:100%}
}
