/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}
.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}
.box-simple {
    min-height: 230px;
}
body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #292b2c;
  }
  h3 {
    font-size: 40px;
  }
  #blog-post #post-content img{
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: 0%;
  }