 h4 {
   margin: 20px 0 5px 0;
 }

 .text-red-bold {
   color: red;
   font-weight: bold;
 }

 .text-red {
   color: red;
   font-weight: bold;
 }

 .content {
   text-indent: 2em;
 }

 .image {
   margin: 20px 0 10px 0;
   max-width: 100%;
   width: auto;
   height: auto
 }

 .image-title {
   text-align: center;
   font-size: small;
   margin-bottom: 20px;
 }