.sk-center-partner h2 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
	margin-bottom: 30px;
}
.sk-center-partner-slide .slick-slide img{
    filter: grayscale(100%);
    transition: filter 0.3s ease;
	width: 158px;
    height: 60px;
    object-fit: contain;
}
.sk-center-partner-slide .slick-slide img:hover{
    filter: grayscale(0%);
}
@media screen and (min-width:1200px) {
.sk-center-partner h2 {
   margin-bottom: 50px;
}
}