.comments{background:#f6f6f6}.swiper-wrapper{height:auto}img{width:100%}p{margin:0 0 10px}.item-button{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.info{height:170px;overflow:auto}.comment-box{padding:0;overflow:hidden;border-radius:10px;border-top:5px solid #fce000}.comment{background:#fff;padding:25px}@media screen and (max-width:767px){.item-button{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width:475px){.button{max-width:100%}}@media screen and (max-width:430px){.info{height:200px}}

.info-wrap {
  display:flex;
  align-items:center;
  justify-content: space-between;
}

.comment-city {
  font-size:16px;
  color:#818181;
  background:#EDEDED;
  border-radius:5px;
  padding:4px 6px;
  width:fit-content;
}