.distrib-content {
  margin-top: 20px;
  width: 100%;
}

.distrib-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.distrib-img {
}

.distrib-img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.distrib-title {
  font-size: 20px;
  font-weight: 700;
}

.distrib-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.distrib-version {
  font-size: 16px;
  font-weight: 500;
}

.distrib-datetime {
  font-size: 16px;
  font-weight: 500;
}

.distrib-change {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}

.distrib-downloads {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}

.distrib-download {
  font-size: 16px;
  font-weight: 700;
}

.distrib-download a {
}
