.products-catalog{margin:30px auto}.product-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;padding:30px 10px}.product-item:after,.product-item:nth-child(1):before{content:'';position:absolute;left:0;height:1px;width:100%;background-color:#f5a623}@media (min-width:992px){.products-catalog{margin:50px auto}.product-item{padding:30px 20px;-ms-flex-direction:row;flex-direction:row}}.product-item:nth-child(1):before{top:0}.product-item:after{bottom:0}.product-item__img{-ms-flex:1;flex:1;text-align:center}.product-item__content{-ms-flex:2.5;flex:2.5;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:15px}.product-item__headline{margin-bottom:20px}.product-item__headline a{font-size:22px;font-weight:500;transition:color .3s ease}.product-item__headline a:hover{color:#f5a623}.product-item__text{font-size:17px;line-height:1.2;margin:20px 0}.product-item__more{height:30px;border-radius:8px;border:1px solid #0f0f0f;font-size:16px;font-weight:400;letter-spacing:1.13px;padding:6px 50px 5px;-ms-flex-item-align:start;align-self:flex-end;transition:all .3s ease;margin-top:auto}.product-item__more:hover{background-color:#f5a623;color:#fff;border-color:transparent}