.herbs .image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat; }
  .herbs .image img {
    max-height: 100%;
    width: 100%; }
  .herbs .image.center_image {
    height: 275px;
    margin: 50px auto; }
.herbs .h {
  color: #00509E;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.7;
  text-transform: uppercase; }
.herbs .description {
  color: #5F7285;
  font-weight: 400;
  line-height: 2;
  font-size: 14px; }
  .herbs .description .bold {
    font-weight: bold;
    margin: 10px 0; }
.herbs .rownew {
  height: 250px; }
  .herbs .rownew .left, .herbs .rownew .right {
    float: left; }
  .herbs .rownew .left {
    width: 50%;
    min-height: 100%;
  padding-right: 23px;}
  .herbs .rownew .right {
    width: 50%;
    height: 100%;
    padding-left: 23px;}
    .herbs .rownew .right .image {
      width: 100%;
      height: 100%; }
.herbs .herbs_list {
  margin-top: 50px;
  text-align: center;
}
  .herbs .herbs_list .herb_item {
    position: relative;
    width: 20%;
    height: 250px;
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
   /* margin-right: 6.6%;*/
    margin-bottom: 100px;
    margin-right: 2%;
    margin-left: 2%;
  }




    .herbs .herbs_list .herb_item:nth-child(5n) {
      margin-right: 0%; }
    .herbs .herbs_list .herb_item .text {
      text-align: center;
      color: #00509E;
      max-width: 75%;
      margin: 0 auto;
      background-color: #fff;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-top: 5px;
      padding: 5px 10px;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      cursor: pointer; }
      .herbs .herbs_list .herb_item .text .description {
        color: #00509E; }
    .herbs .herbs_list .herb_item .image {
      position: absolute;
      bottom: 0;
      right: -20px;
      z-index: -1; }
    .herbs .herbs_list .herb_item:before {
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      position: absolute;
      border: 10px solid #E5E5E5;
      cursor: pointer; }
.herbs .footer_text {
  position: relative; }
  .herbs .footer_text .image {
    position: absolute;
    right: 0;
    top: -70px; }
.herbs{
  margin-top: 50px;
}
.dopherbclass{
  float: none;
  margin: 0 auto;
  width:100%;
}
