.results {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.results-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}

.results-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.results-block {
  text-align: center;
}

.results-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 20px;
}

.results-block-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.results-block-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
}

.results-block-bg {
  position: relative;
  width: 110px;
  height: 110px;
}

.results-block-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.results-block-text {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  text-align: center;
}

.results-divider {
  border: none;
  height: 1px;
  background-color: #ddd;
  margin: 40px 0;
}

.results-text {
  font-size: 18px;
  color: #555;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
}