.products-title{font-size: 36px; color: #0e6eb8; font-weight: bold;margin-top:30px; }
.prodcts-list{margin: 50px auto;}
.prodcts-list ul{display: flex; flex-wrap: wrap; text-align: center;margin:0;padding: 0; }
.prodcts-list ul li>div{  border: 1px solid #E2E2E2;}
.prodcts-list-img{margin: 10px auto; overflow:hidden;}
.prodcts-list-img a{margin: 0;padding: 0;}
.prodcts-list-text{ align-items: center; height: 80px;line-height: 80px; overflow: hidden; background-color: #0e6eb8; }
.prodcts-list-text a{color: #FFFFFF; font-weight: bold; font-size:18px;display: block; }
.prodcts-list ul li:hover .prodcts-list-text{ background-color: #FFFFFF;}
.prodcts-list ul li:hover .prodcts-list-text a{color:  #0e6eb8;}
.prodcts-list ul li:hover img{ transform:scale(1.2); transition: 0.7s;}
