header.section-image {
    height: 40px;
    margin: 20px 0;
    line-height: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position:  relative;
    font-weight: bold;
  }
  header.section-image:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 5px;
    border-radius: 5px;
    background: red;
    left: 0;
    bottom:-2.5px;
  }
  .thumbnail {
  
   }
  .thumbnail p{
    width: 100%;
    background: #f6f9fd;
   border: 1px solid rgba(0,0,0,0.1);
   padding: 8px 8px;
   text-align: center;
 }
 .text{
  padding: 10px;
 }
 