.sertificates-list {

}




.sertificates-list .item {

}

.sertificates-list .item .img {
    background-color: #f5f7fe;
    border: 8px solid #dbe3f2;
}
.sertificates-list .item .img img {
	object-fit: cover;
	filter: grayscale(100%);
}
.sertificates-list .item:hover .img img {
	filter: none;
}





@media screen and (max-width: 1199px) {



}
@media screen and (max-width: 991px) {



}
@media screen and (max-width: 767px) {



}
@media screen and (max-width: 575px) {



}