.article-square {
  border: 3px solid #ebebeb;
  height: 100%; }
  .article-square img.image-fluid {
    width: 100%;
    height: 161px;
    margin: 0 auto; }
  .article-square h3 {
    font-size: 18px;
    font-weight: 700; }
  .article-square p.article-description {
    line-height: initial;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 90px; }
  .article-square p.attention-text {
    color: #e66d1c;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px; }
    .article-square p.attention-text i {
      margin-left: 5px;
      font-size: 20px; }
  .article-square .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px;
    text-decoration: none;
    color: #252422; }
  .article-square a {
    text-decoration: none; }

.article-square:hover {
  -webkit-box-shadow: 0px 5px 11px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 11px 3px rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=articleCard.css.map*/