.categories_image {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 25px 5px;
  background: #ea526b;
  box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}


.cate-names{
    width: 120px;
}