.wte-carousel .item{
padding:10px;
text-align:center;
}

.wte-carousel img{
width:100%;
height:200px;
object-fit:cover;
border-radius:12px;
transition:transform 0.3s ease;
}

.wte-carousel img:hover{
transform:scale(1.05);
}

.wte-carousel h3{
margin-top:10px;
font-size:16px;
}

.wte-carousel a{
text-decoration:none;
color:#000;
}