.theme-file-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.theme-img {
  max-width: 600px;
  margin: 0 auto;
}
.theme-content {
  text-align: center;
}
.theme-download-col {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
}
.theme-content h4 {
  font-size: calc(var(--typeHeaderSize) * 0.6);
  font-weight: 600;
}
