@charset "utf-8";
/* CSS Document */

.illubox {
    display: flex;
    /*align-items: center;*/
    flex-wrap: wrap;
    margin: 1.5rem 0;
}

.illubox figure  {  
  height: auto;
  margin-right:20px!important;
}

.illubox img {
    width: 100%;
    height: auto;
    margin-top:10px;
}

.illubox p {
    color: #374d5d;
    font-size: 0.85rem;
    line-height: 150%;
    
}

.textbox {
  
  padding:0.85em
}

.textbox .tags {

font-size: 13px;  
}


.illubox h2 {
    color: #1b2730;
    font-size: 1.9rem;
    font-weight: 600;
}

@media (min-width:800px) {
  .illubox > div {
    width: 50%;
  }
  .illubox:nth-child(even) {
    flex-direction: row-reverse;
  }
}
