.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.section-description {
  margin-bottom: 0px;
  font-size: 1.375em;
  line-height: 1.4em;
  text-align: center;
}

.flex-container {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-container.medium {
  max-width: 872px;
}

.flex-container.medium.shifted {
  margin-top: -102px;
}

.flex-container.large {
  max-width: 1152px;
}

.flex-container.large.shifted {
  margin-top: -102px;
}

.flex-container.small {
  max-width: 640px;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.grid.gutter--small {
  margin-right: -8px;
  margin-left: -8px;
}

.grid.no-gutter {
  margin-right: 0rem;
  margin-left: 0rem;
}

.grid.justify--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cell._1of2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.cell._1of4 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.cell._3of4 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.cell.gutter--small {
  padding-right: 8px;
  padding-left: 8px;
}

.cell.no-gutter {
  padding-right: 0px;
  padding-left: 0px;
}

.cell._1of3 {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.cell._2of3 {
  -webkit-flex-basis: 67%;
  -ms-flex-preferred-size: 67%;
  flex-basis: 67%;
}

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 272px;
  margin: 1px;
  padding: 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
}

/*
.preview:hover {
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4), 0 6px 12px 0 rgba(0, 0, 0, .2);
}

.preview:active {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4);
}
*/
.preview-title {
    text-align: center;
    color:#02bcd6;
    height: 34px;
}
.preview-description {
  margin-bottom: 20px;
  font-size: 0.875em;
  line-height: 1.4em;
  text-align: center;
  color: #828282;
  height: 60px;
  padding: 12px;
}
.preview-figure {
  margin-bottom: 16px;
}
.previews-header {
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.previews-title {
  text-align: center;
}

.previews-subtitle {
  margin-bottom: 0px;
  text-align: center;
}


@media (max-width: 991px) {
  .grid {
    margin-right: -12px;
    margin-left: -12px;
  }
  .grid.tablet-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cell {
    padding-right: 12px;
    padding-left: 12px;
  }
  .cell.tablet-1of3 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }
  .preview {
    padding-right: 32px;
    padding-left: 32px;
  }
/*  .previews-list {
    margin-bottom: 48px;
  }*/
}

@media (max-width: 767px) {

  .flex-container.medium.shifted {
    margin-top: -64px;
  }
  .flex-container.large.shifted {
    margin-top: -64px;
  }
  .grid {
    margin-right: -8px;
    margin-left: -8px;
  }
  .grid.mobilel-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cell {
    padding-right: 8px;
    padding-left: 8px;
  }
  .cell._1of4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cell._3of4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cell.no-gutter._1of2.tablet-1of3.mobilel-1of2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .cell._1of3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cell._2of3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cell.mobilel-full {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .preview {
    min-height: 0px;
    padding: 24px;
  }
}

@media (max-width: 479px) {
  .grid.mobile-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cell._1of2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cell.no-gutter._1of2.tablet-1of3.mobilel-1of2 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .preview {
    padding: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .preview-title {
    margin-bottom: 15px;
    text-align: left;
  }

 .preview-description {
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: left;
    color: #828282;
    height: 60px;
    padding-right: 12px;
}    

.preview-figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 50%;
}
img.preview-thumbnail {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    margin: 5px;
}    
.preview-body {
    margin-left: 12px;
    -webkit-box-flex: 75%;
    -webkit-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
  }
}/*@media (max-width: 479px) end*/