.emergency .card-bg .card-list .desc {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 360px) and (max-width: 375px) {
  .emergency .card-bg .card-list .desc .title{
    font-size: 19px;
  }
}

@media screen and (max-width: 360px) {
  .emergency .card-bg .card-list .desc .title{
    font-size: 16px;
  }
}
.emergency .funny-bg .img {
  margin-top: 30px;
  padding: 10% 10%;
  background: #fff;
  overflow-x: scroll;
}

.emergency .funny-bg .img img {
  max-width: 700px;
}

.emergency .reviews .person {
  color: transparent;
  text-shadow: #111 0 0 8px;
  user-select: none;
}
