.course > .title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #181818;
  margin-bottom: 4px;
}
.course > .subtitle {
  width: 100%;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #c60000;
  margin-bottom: 16px;
}
.course > .text {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.course > .text > .step {
  width: 96px;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/www8300/images/step.png) no-repeat left center / 100%;
  margin-right: 13px;
}
.course > .photo {
  display: flex;
  margin-bottom: 28px;
}
.course > .photo > img {
  display: block;
  width: 260px;
  height: 576px;
}
.course > .photo > img:not(:last-of-type) {
  margin-right: 40px;
}
