.c-img-resize {
  display: flex;
  margin: 0;
}
.c-img-resize p, .c-img-resize p img {
  margin: 0;
}

.c-column-layout > .c-column:first-child {
  margin-right: 10px;
}

.c-column-layout {
  display: flex;
}
.c-column-layout .c-column {
  display: flex;
  width: calc(50% - 5px);
  justify-content: flex-start;
  flex-direction: column;
}

.reveal .slides section .fragment {
  text-align: start;
}

.reveal ol, .reveal dl, .reveal ul {
  display: block;
}

.reveal pre ~ blockquote {
  margin: 0;
  text-align: start;
  width: calc(90% - 10px);
}
.reveal pre ~ blockquote p {
  margin: 0;
  text-align: start;
}