.sheet-metal .title-wrapper .title{color:#222;text-align:center}.sheet-metal .title-wrapper .desc{line-height:2;color:#333}.sheet-metal .title-wrapper .sheet-metal-list{display:flex;gap:24px}.sheet-metal .title-wrapper .sheet-metal-list .sheet-metal-item{width:calc(100% / 3 - 24px * 2 / 3);background-color:#f5f5f5;padding:48px 24px;border-top:2px solid var(--primary-color);min-height:350px;transition:all .3s ease}.sheet-metal .title-wrapper .sheet-metal-list .sheet-metal-item:hover{transform:translateY(-10px)}.sheet-metal .title-wrapper .sheet-metal-list .sheet-metal-item .title{text-align:left}.sheet-metal .title-wrapper .sheet-metal-list .sheet-metal-item .desc{color:#666}@media screen and (max-width:992px){.sheet-metal .title-wrapper .sheet-metal-list{flex-direction:column;gap:24px}.sheet-metal .title-wrapper .sheet-metal-list .sheet-metal-item{width:100%;min-height:initial}}