.css-test > * {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}
.full-write{
    background-color: #c2c2c200 !important;
}
.card-title-shenls {
    color: #333333;
    font-family: "Russo One", "Microsoft JhengHei", sans-serif;
    white-space: nowrap;
}
.card-title{
  color: #333333;
  font-family: "Russo One", "Microsoft JhengHei", sans-serif;
  }
  @media (max-width: 1200px) {
    .card-title {
      white-space: normal;
    }
  }