.feacter-product-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.feacter-product-image {
    width: 300px;
    height: 300px;
}

.feacter-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feacter-product-logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
}