.partners {display: grid;grid-template-columns: repeat(7,1fr);grid-gap: 20px;padding: 0;list-style: none;padding: 0;}
.partners .item {}
.partners .item a {background: #fff;display: flex;align-items: center;padding: 20px;border-radius: 10px;pointer-events: none;justify-content: center;height: 100%;box-shadow: 0 0 20px rgb(0 0 0 / 20%);border: none;}
.partners .item a img {max-height: 70px;width: auto;max-width: 130px;}

.partners .owl-stage {display: flex;}
.partners .owl-stage .owl-item {}
.partners .owl-stage .owl-item .item {height: 100%;/* opacity: 0.4; *//* filter: grayscale(1) invert(1); */padding: 20px;transition:0.3s;transform:scale(1);}
.partners .owl-stage .owl-item .item:hover {opacity:1;filter: grayscale(0);transform:scale(1.1);}

.partners .owl-dots {text-align: center;width: 100%;display: flex !important;text-align: center;justify-content: center;align-items: center;margin: 0;}
.partners .owl-dots .owl-dot {background: #ddd;border-radius: 50%;opacity: 1;width: 10px;height: 10px;margin: 0 5px;}
.partners .owl-dots .owl-dot.active {opacity: 1;background: var(--c-main);}