
.text {
 
  opacity: 0;
  transform: translateY(30%);
  animation: display 2s forwards;
}

#reviews-under-price{

  display: flex;
  align-items: center;

}

.customer-reviews-item img{

  max-width:100px;

}

.customer-reviews-item .stfz{

    font-weight: 700;

}

.containerreviewcircle svg{


  margin: 0 auto;
  float:none;
  display:block;

}

#tab-content .thumb{


    width:35px !important;
    float: none;
    margin: 0 auto;


}

li.customer-reviews-item{
  float:left;
  width:100%;

}