

/**
 *
 * Blog
 *
 */
.blog__item-leading {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #cdcdcd;
}

@media all and (min-width: 767px) {
  .blog__item-leading {
    flex-flow: row nowrap;
    justify-content: space-between;
    text-align: left;
  }
}

.blog__item-leading:last-child {
  border-bottom: 1px solid transparent;
}

.blog--half .blog__item-leading {
  border-bottom: 0;
}

.blog__img-pre {
  margin-bottom: 1rem;
}

@media all and (min-width: 767px) {
  .blog__img-pre {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.blog__img-pre + .blog__inner .blog__title {
  margin-top: 0;
}

.blog__link {
  padding-bottom: 0.25rem;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(18, 18, 18, 1);
  border-bottom: 1px solid rgba(18, 18, 18, 1);
}

.blog__link:hover {
  border-bottom: 1px solid transparent;
}

.blog__desc {
  text-align: justify;
}

/**
 *
 * Date
 *
 */
.date {
  margin: -0.8125rem 0rem 0.625rem 0rem;
}

.date dd {
  margin: 0;
}

.date time {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.71;
  color: rgba(222, 43, 49, 1);
}
