@media screen and (min-width: 752px) and (max-width: 980px) { 
  .shopinfo.hidden-phone {display:none;}
}

.container-yuna {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.item-yuna {
  width: 32%;
}
.item-yuna .comment {
	padding:20px;
}

@media screen and (max-width: 768px) {
  .container-yuna {
    flex-direction: column;
}

.item-yuna {
    width: 100%;
  text-align:center;
}
  
.item-yuna img {
    width: 92%;
}
  
.item-yuna .comment {
	padding:20px;
  text-align:left;
}
}