.newButton {
  width: 40%;
  text-align: center;
  background-color: #7385D7;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 20px 0;
  font-size: 18px;
}
.likeItem img {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}
.twoCount {
  padding: 0 10px;
}
.twoCount .onlyPhone {
  padding: 10px;
}
.twoCount .number {
  font-size: 20px;
}
.twoCount .content {
  flex-wrap: wrap;
}
.twoCount .content div {
  text-align: center;
  width: 33.33%;
  height: 274px;
  box-sizing: border-box;
  padding: 10px;
}
.twoCount .content div img {
  width: 100%;
  height: 100%;
}
.pagination-outer {
  display: none;
}
