.testimonial-item {
    box-shadow: 0px 0px 5px 0px #ccc;
    background: #f7f7f7;
    margin: 10px 30px;
    height: auto;
    border-radius: 10px;
    padding: 1rem 2rem;
}

.testimonial-item p {
    color: black;
}

.reviewimage img {
    display: block;
    width: 90px !important;
    height: 90px !important;
    border-radius: 50px;
    border: solid 2px #ccc;
    box-shadow: 0px 0px 5px #000;
}

.reviewimage {
    margin-right: 10px;
    background-image: linear-gradient(178deg, #344789 0%, #a272bc 55%, #e8c9b7 100%, #4fadc8 100%);
    border-radius: 50%;
    padding: 4px;

}
 #logoer {
    padding: 40px 0px;
}

#logoer .item {
    border: 1px solid #e1e1e1;
}
.categories_image{
    width:100%;
    height:286px;
}
.categories_image a img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.new_arrival_product{
    width:100%;
    height:262px;
}
.new_arrival_product img{
    width:100%;
    height:100%;
    object-fit:fill;
}
@media screen and (max-width: 767px) {
  .categories_image{
        width:100%;
        height:200px;
    }
    .categories_image a img{
        width:100%;
        height:100%;
        object-fit:fill;
    }
    .new_arrival_product{
        width:100%;
        height:185px;
    }
    .new_arrival_product img{
        width:100%;
        height:100%;
        object-fit:fill;
    }
}