/* 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;
}

.right {
    float:right;
    max-width: 40%;
    margin-left: 5px
  }
  
  .left {
    float:left;
    max-width: 40%;
    margin-right: 20px
  }
  
  .center {
    display: block;
    margin: auto;
    text-align: center;
  }
  