.machine_list{display:grid;grid-template-columns:repeat(3, 1fr);row-gap:1rem;column-gap:1rem;width:100%;margin:0 auto;padding:0}.machine_list.owl-carousel{display:block}.machine_list.owl-carousel .item{width:calc(100% / 3 - (2 * 1rem / 3) * 1);margin-right:1rem}.machine_list .item{display:inline-flex;flex-direction:column;width:100%;box-sizing:border-box;border-radius:10px;background:linear-gradient(145deg, #133E67 22.38%, #EA2127 100%);padding:2rem 2.5rem}.machine_list .item .title{color:#fff;margin:0 0 1rem}.machine_list .item .text_box{color:#fff}@media screen and (max-width:1000px){.machine_list{grid-template-columns:repeat(2, 1fr);row-gap:1rem;column-gap:1rem}.machine_list.owl-carousel{display:block}.machine_list.owl-carousel .item{width:calc(100% / 2 - (1 * 1rem / 2) * 1);margin-right:1rem}.machine_list .item{padding:1.5rem 2rem}}@media screen and (max-width:600px){.machine_list{grid-template-columns:repeat(1, 1fr);row-gap:1rem;column-gap:1rem}.machine_list.owl-carousel{display:block}.machine_list.owl-carousel .item{width:calc(100% / 1 - (0 * 1rem / 1) * 1);margin-right:1rem}.machine_list .item{padding:1.25rem;flex-direction:column}}