.version-section {
  padding: 60px 0;
  background: linear-gradient(145deg, #1c1c1c, #8a8a8aff);
  text-align: center;
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
}

.version-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.version-container h1 {
  /* font-size: 2.5rem; */
  font-weight: 400;
  letter-spacing: 5px; /* Maintains space between letters */
  color: #ffffff;
  margin: 0;
}

.version-container h1 .bold-i {
  font-weight: 700;
 
  font-size: 2.5rem; /* Larger size as in the image */
}

.version-box {
  display: inline-block;
  width: 40px;
  height: 45px;
  /* border: 2px solid #666666; */
  text-align: center;
  line-height: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #cccccc;
  /* background: #333333; */
}

.description {
  margin-top: 20px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.5;
}

.description p {
  margin: 5px 0;
}