<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.chess-title {
  font-size: 40px;
  line-height: 52px;
}
@media (min-width: 992px) {
  .chess-item {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
  }
}
.chess-item-title {
  font-size: 32px;
}
.chess-item-description {
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .chess-item-description {
    font-size: 16px;
    line-height: 20px;
  }
}
.chess-item-button {
  width: fit-content;
}
@media (min-width: 992px) {
  .chess-item-button {
    font-size: 22px;
  }
}
.chess-item-image {
  width: 100%;
  transition: all 0.4s;
  object-fit: cover;
}
.chess-item-image-wrapper {
  overflow: hidden;
}
.chess-item-image-wrapper:hover .chess-item-image {
  transform: scale(1.1);
}

/*# sourceMappingURL=chess_block.css.map */
</pre></body></html>