.product{background-color:#fff;background-position:bottom;display:flex;flex-flow:column wrap;justify-content:center;margin-bottom:24px;padding:24px;position:relative}.product,.product-logo{background-repeat:no-repeat;background-size:contain}.product-logo{background-color:transparent;background-position:50%;height:60px;width:100%}.product .product-line{border-bottom:1px solid #b3003c;margin:24px -24px}.product .img-subt{color:#333;font-size:16px;font-weight:700;line-height:20px;margin:24px auto 0;text-align:center}.product-title{color:#333;font-size:24px;font-weight:600;line-height:26px}.product-description{color:#333;font-size:16px;font-weight:400;line-height:20px}.product-image{height:auto;margin:0 auto;object-fit:contain;padding:32px;width:100%}.product .button{background-color:#b3003c;border:3px solid #b3003c;border-radius:10px;color:#fff;display:inline-block;font-size:18px;font-weight:600;line-height:40px;margin:auto auto 0;padding:0 20px}.product .button:focus,.product .button:hover{background-color:transparent;border:3px solid #b3003c;color:#2cabe2}@media screen and (min-width:768px){.product{margin-bottom:0}.with-line .product:after{border-right:1px solid #b3003c;content:"";height:Calc(100% - 90px);left:Calc(100% + 13px);position:absolute;top:132px;width:1px}}