.featured-products-style-1 .product-featured-image {
    margin: 0 auto 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    background: #141433;
}
.featured-products-style-1 .product-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
    border-radius: 50%;
}
.featured-products-style-1 .featured-product-title h5 {
    padding: 5px 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}
.featured-products-style-1 .featured-item{
  text-align: center;
}
.featured-products-style-1 .featured-item:hover .product-featured-image img {
  transform: scale(0.9);
  transition: .3s;
}
