.product-card .indicators{display:flex}.product-card .indicators .indicator{background-color:gray;border-radius:50%;width:6px;height:6px;margin:4px}.product-card .indicators .indicator.selected{background-color:#000}.product-card{background-color:#f4f4f4;border-radius:20px;flex-direction:column;align-items:center;width:100%;height:400px;padding:20px;display:flex}.product-slide{flex-direction:row;width:100%;height:100%;display:flex}.product-card .left{flex:1}.product-card .right{flex-direction:column;flex:1;margin:30px;font-size:14px;display:flex}.product-card .right p{margin-top:20px;font-size:17px}.product-card .thumbnail{width:100%;height:100%}.product-card .thumbnail img{border-radius:12px;width:100%;height:100%}.card.highlight{min-height:400px}.card.product-preview{flex-direction:row}.card.product-preview .thumbnail img{width:100%}.card .thumbnail img{max-height:200px}hr{width:100%;height:1px;margin-top:10px;margin-bottom:10px}.card hr{background-color:#d3d3d3}.card .header{flex-direction:row;justify-content:space-between;width:100%;padding:10px;display:flex}.card .industry-items{flex-direction:row;gap:20px;display:flex}.card .industry-items .industry-item{text-align:center;flex:1;position:relative}.card .industry-items .industry-item h1{color:#fff;background:linear-gradient(#00000005,#000000ed);border-radius:10px;flex:1;width:100%;margin-top:20px;padding-top:50px;padding-bottom:30px;font-size:20px;position:absolute;bottom:0;left:0}.card .industry-items .industry-item img{object-fit:cover;border-radius:10px;width:100%;height:100%}@media only screen and (max-width:700px){.card .industry-items{flex-direction:column}.card .industry-items .industry-item{max-height:200px}}
