.item-page h2, h1 {
  font-size: 2em !important;
  color: #568b30 ;
  line-height: 1.3em !important;
  margin-bottom: 5px;
  
}
p {
  font-size: 16px !important;
  color: #44444;
}
p span{
  font-size: 16px !important;
  color: #444444;
}

p span, {
  font-family: 'Source Sans Pro', Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.3em !important;
}

.item-page p a {
 color: #67983a !important;
  font-weight: bold !important;
   font-family: 'Source Sans Pro', Arial, sans-serif !important;
   font-size: 16px !important;
}

.item-page div p {
   font-family: 'Source Sans Pro', Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.3em !important;
}

.item-page p img, .item-page img {
  padding:0px;
  min-width: 300px;
    width: 100%;
  margin: 25px 0px;
  vertical-align: baseline !important;
  display:block;
}
@media(min-width:1200px){
  .item-page p img, .item-page img {
  padding: 0px;
  min-width: 300px;
  width: 100%;
  margin: 25px 0px;
  vertical-align: baseline !important;
  display:block;
}
}



