.program {
  background: #e9e3d8;
}

/* заголовок */

.program-title {
  font-family: "Ardeco", serif;
  font-size: 42px;
  color: #4b3526;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 3px;
}

/* список */

.program-list {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

/* линия */

.program-list::before {
  content: "";
  position: absolute;
  left: 90px;
  top: 50px;
  width: 3px;
  height: 380px;
  background: #a9a27e;
}

/* строка */

.program-row {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  margin-bottom: 80px;
}

/* иконка */

.program-icon img {
  width: 50px;
  opacity: 0.6;
}

/* точка */

.program-dot {
  position: absolute;
  left: 82px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #a9a27e;
  border-radius: 50%;
}

/* текст */

.program-content {
  padding-left: 40px;
}

.program-time {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  color: #4b3526;
  margin-bottom: 15px;
}

.program-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  color: #6b5846;
  line-height: 1.5;
}