.material-container {
  font-size: 14px;
}
.material-container__section {
  margin-bottom: 30px;
}
.material-container__strong {
  font-weight: 700;
}
.material-container__photo {
  display: block;
  width: 350px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .material-container__photo {
    margin-bottom: 30px;
  }
}
@media print, (min-width: 768px) {
  .material-container__photo {
    float: right;
    padding-left: 30px;
  }
}
.material-container__text-part {
  margin-bottom: 30px !important;
}
.material-container h3 {
  font-size: 17px;
  line-height: 1.2em;
  color: #c90c0f;
  margin-top: 0;
  margin-bottom: 1em;
}
.material-container p,
.material-container ul,
.material-container a {
  font-size: 14px;
  line-height: 1.4em;
}
.material-container ul {
  list-style: none;
  padding-left: 0;
}
.material-container p {
  color: #333333;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 1em;
}
.material-container li {
  color: #333333;
  margin-bottom: 0.4em;
}
.material-container img {
  display: block;
  max-width: 100%;
}
