@charset "UTF-8";

.qx-text-title{
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
.qx-text-title{
  font-size: 18px;
}
}

.qx-card-images {
  width: calc(100% - 2px);
  max-height: calc(100% - 2px);
  border: 1px solid #f0f0f0;
  border-radius: 4% / 6%;
}