.reference_list{display:grid;grid-template-columns:repeat(4, 1fr);row-gap:0;column-gap:1rem;width:100%;padding:0;margin:0 auto 2px}.reference_list.owl-carousel{display:block}.reference_list.owl-carousel .item{width:calc(100% / 4 - (3 * 1rem / 4) * 1);margin-right:1rem}.reference_list .item{display:inline-flex;align-items:center;width:100%;margin:0 0 -2px}.reference_list .item .item_in{height:100%;position:relative;display:inline-flex;border-top:2px solid #133E67;border-bottom:2px solid #133E67;box-sizing:border-box;padding:2rem 1rem;align-items:center;width:100%;margin:0;max-width:100%;transition:all 400ms ease 0ms}.notouch .reference_list .item .item_in:is(:hover,:focus){z-index:1;border-top-color:#EA2127;border-bottom-color:#EA2127}.reference_list .item .item_in .img{margin:0 auto;display:block;width:100%}.reference_list .item .item_in .img img{margin:0 auto;width:100%;max-width:250px;max-height:80px;display:block;object-position:center center;object-fit:contain}@media screen and (max-width:1000px){.reference_list{grid-template-columns:repeat(3, 1fr);row-gap:0;column-gap:1rem}.reference_list.owl-carousel{display:block}.reference_list.owl-carousel .item{width:calc(100% / 3 - (2 * 1rem / 3) * 1);margin-right:1rem}.reference_list .item .item_in{padding:1.5rem 1rem}.reference_list .item .item_in .img img{max-width:200px;max-height:60px}}@media screen and (max-width:500px){.reference_list{grid-template-columns:repeat(2, 1fr);row-gap:0;column-gap:1rem}.reference_list.owl-carousel{display:block}.reference_list.owl-carousel .item{width:calc(100% / 2 - (1 * 1rem / 2) * 1);margin-right:1rem}.reference_list .item .item_in{padding:1.5rem 1rem}.reference_list .item .item_in .img img{max-width:200px;max-height:60px}}