#program2023 {
  float: left;
  margin-top: 40px;
  margin-bottom: 75px;
}

.main-block-conference {
  margin-top: 50px;
  margin-bottom: 50px;
}

.program-day-heading, .programme-heading {
  font-family: 'Raleway Medium', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 27px;
  line-height: 35px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.programme-heading {
  color: #da1274;
  font-size: 30px;
}

.heading-conference {
  font-family: 'Raleway Medium', sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 22px;
  line-height: 20px;
}

.time {
  font-family: 'Raleway Regular', sans-serif !important;
  font-size: 20px;
  line-height: 20px;
  color: #da1274;
}

.description-conference {
  font-family: 'Raleway Regular', sans-serif !important;
  font-size: 18px;
  line-height: 20px;
}

.speakers-p {
  font-style: italic;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
}

.speaker-infos {
  margin-right: 10px;
}

.speaker-infos:not(:last-child)::after {
  content: " \25CF ";
  margin-left: 10px;
}