.ag-section__pretitle {
  font-size: 36px;
  font-family: "Georgia",serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .03em;
  width: 100%;
  position: relative;
  z-index: 2;
}


.ag-section__subtitle {
  font-size: 36px;
  font-family: "Georgia",serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  width: 100%;
  position: relative;
  z-index: 2;
}


@media only screen and (max-width: 1023px) {
  .ag-section__pretitle {
    font-size: 20px;
  }
  .ag-section__subtitle {
    font-size: 20px;
  }
}


.special-project__conference .ag-section__pretitle span{
display: inline-block;
  text-decoration: underline;
    text-decoration-color: currentcolor;
  text-decoration-color: currentcolor;
  text-underline-offset: 8px;
  text-decoration-color: #cc0603;
}

.special-project__conference .ag-section__pretitle {
  font-size: 22px;
  font-family: "Georgia",serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .03em;
  width: 100%;
  position: relative;
  z-index: 2;
  line-height:2;
}


.special-project__conference .ag-section__subtitle {
  font-size: 22px;
  font-family: "Georgia",serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  width: 100%;
  position: relative;
  z-index: 2;
  line-height:2;
}
.special-project__conference .ag-section__title {
  font-size: 40px;
  font-family: "Georgia",serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  width: 100%;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .special-project__conference .ag-section__title {
    font-size: 20px;
  }
  .special-project__conference .ag-section__pretitle {
    font-size: 14px;
  }
  .special-project__conference .ag-section__subtitle {
    font-size: 14px;
  }
  .special-project__conference .ag-section__pretitle span{
    text-underline-offset: 5px;
  }
}