
.show-more-articles[data-v-c4311b2c] {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.article-item[data-v-c4311b2c] {
    display: inline-flex;
    width: 33.04%;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    border-right: 1px solid #d8d8d8;
}
.article-item[data-v-c4311b2c]:nth-child(1),
  .article-item[data-v-c4311b2c]:nth-child(2),
  .article-item[data-v-c4311b2c]:nth-child(3)
  {
    padding-top: 0;
}
.inner-article[data-v-c4311b2c] {
    border-top: 1px solid #d8d8d8;
    padding: 10px 0 0 0;
    display: flex;
}
.inner-article img[data-v-c4311b2c] {
    margin-right: 10px;
}
.inner-article h2[data-v-c4311b2c] {
    font-size: 13px;
    font-weight: normal;
}
.btn-red[data-v-c4311b2c] {
    background: none repeat scroll 0 0 #e54028;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto",Arial,serif;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 12px;
    border: 0 none;
    text-transform: uppercase;
}
.btn-red[data-v-c4311b2c]:disabled {
    background: none repeat scroll 0 0 #d98175;
}
.center[data-v-c4311b2c] {
    text-align: center;
    margin: 15px 0;
}
.article-description[data-v-c4311b2c], .article-info[data-v-c4311b2c] {
    display: none;
}
@media (max-width: 640px) {
.show-more-articles[data-v-c4311b2c] {
}
.article-item[data-v-c4311b2c] {
      width: 100%;
      border: none;
      margin: 0;
}
.inner-article[data-v-c4311b2c] {
      flex-direction: column;
      padding: 15px 0 0 0;
}
.inner-article h2[data-v-c4311b2c] {
      font-size: 130%;
      font-family: 'Georgia', sans-serif;
      margin-bottom: 15px;
      margin-top: 20px;
}
.article-description[data-v-c4311b2c], .article-info[data-v-c4311b2c] {
      display: block;
      margin-bottom: 10px;
}
.article-info[data-v-c4311b2c] {
      text-transform: uppercase;
      font-size: 90%;
      color: #979797;
}
}
