.product-row{display:flex;flex-flow:row;justify-content:space-between;align-items:center}.product-image{width:40%;text-align:center;padding-right:20px}.product-description{width:60%;font-family:'Avenir',sans-serif;font-size:16px}.product h5{text-transform:uppercase;font-size:14px;color:#eb6018;letter-spacing:2px;margin-bottom:0px}.product h2{color:#367abb;font-size:30px;text-transform:capitalize;margin-bottom:0px}.product>p{color:#367abb;font-size:15px;text-transform:capitalize;font-family:'Avenir Medium',sans-serif}.product-feature{display:flex;flex-flow:row;width:32%;font-size:16px;font-family:'Avenir',sans-serif;margin-bottom:10px}.product-feature>div:first-child{padding-right:10px;padding-top:2px}.product-features{display:flex;flex-flow:row wrap;justify-content:space-between;margin-top:40px}@media screen and (max-width:1023px){.product-feature{width:49%}}@media screen and (max-width:767px){.product-feature,.product-image,.product-description{width:100%}.product-row{flex-flow:column}.product-image{padding-right:0px}}