.c-webinars-title {
  margin: 0 0 50px;
  color: #4a4a4a;
  max-width: 570px;
}
@media (max-width: 991.98px) {
  .c-webinars-title {
    max-width: 100%;
  }
}
.c-webinars-title__title {
  text-transform: uppercase;
  font-size: 2.625em;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1199.98px) {
  .c-webinars-title__title {
    font-size: 2.1em;
  }
}
.c-webinars-title__title strong {
  display: block;
  font-weight: bold;
}
.c-webinars-title__last-word {
  font-weight: bold;
  display: block;
}
.c-webinars-title__description {
  font-size: 1.125em;
  line-height: 1.33;
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .c-webinars-title__description {
    font-size: 0.9em;
  }
}
