h1.conference-header__title {
  font-size:36px;
}
h1.conference-header__title span{
  font-size:20px;
}

@media (max-width: 767px) {
  h1.conference-header__title {
    font-size: 26px;
    line-height: 1.125;
    text-align: left;
  }
  h1.conference-header__title span{
    font-size:18px;
  }
}



.popup__text.popup__conference_text p{
 line-height:1.5;
}
.popup_project .popup__text.popup__conference_text p:not(:last-child) {
  margin-bottom: 15px;
}
.popup_project .popup__text.popup__conference_text p:not(:first-child) {
  margin-top: 15px;
}

.conference-header__pretitle {
  font-family: "Georgia",serif;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.conference-header__pretitle span {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #cc0603;
}