.section .section-title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  word-break: break-word;
}
.section.section-live {
  padding-bottom: 24px;
}
@media (min-width: 1200px) {
  .section.section-live {
    padding-top: 24px;
    padding-bottom: 68px;
  }
}