img.workshops.banner {
  width: 100%;
}

.page-header h1 {
  font-size: 26px;
}

.workshops.time {
  font-weight: bold;
}
.workshops.register {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 40px;
}
.workshops.register::before {
  background: url(../img/mortarboard.png) no-repeat center center;
  content: "";
  width: 32px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
}

ul.categories {
  padding: 0 16px;
}
ul.categories li {
  list-style-type: none;
  margin: 0 0 4px 0;
}