.read-more__block {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
.read-more__header {
  margin-bottom: 14px;
}
.read-more__header h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.0021px;
  display: block;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin: 0 0 15px;
}
.read-more__list {
  font-family: "Roboto";
}
.read-more-item__back {
  padding: 10px;
  margin: 0 -10px;
  position: relative;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 140px 1fr;
  background: rgba(217, 217, 217, 0);
  transition: 0.2s;
}
.read-more-item__back:hover {
  background: rgba(217, 217, 217, 0.2);
}
.read-more-item__image {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 4;
}
@media (max-width: 979px) {
  .read-more-item__image {
    grid-row-start: 2;
  }
}
.read-more-item__image img {
  display: block;
  max-width: 100%;
}
.read-more-item__head {
  grid-column-start: 2;
  display: flex;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 0 0 14px;
}
@media (max-width: 979px) {
  .read-more-item__head {
    order: -1;
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 0;
  }
}
.read-more-item__type {
  color: #BE0014;
  font-size: 11px;
  font-weight: 500;
  margin: 0 15px 0 0;
  letter-spacing: 1.2px;
}
.read-more-item__type a {
  color: #BE0014;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.read-more-item__date {
  color: #a6a6a6;
}
.read-more-item__date time {
  letter-spacing: 1.5px;
}
.read-more-item__desc {
  padding: 0 0 0 14px;
  grid-column-start: 2;
}
@media (max-width: 979px) {
  .read-more-item__desc {
    grid-column-end: 3;
  }
}
.read-more-item__title {
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
}
@media (max-width: 979px) {
  .read-more-item__title {
    margin-bottom: 0;
    padding-top: 4px;
  }
}
.read-more-item__title a {
  font-weight: 500;
}
@media (max-width: 979px) {
  .read-more-item__title a {
    font-size: 14px;
    line-height: 20px;
  }
}
.read-more-item__title a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.read-more-item__text {
  font-size: 14px;
  line-height: 20px;
  color: #595959;
}
.post-detail-content .read-more__block {
  padding-left: 0;
  padding-right: 0;
}
.post-detail-content .read-more-item__title a {
    font-weight: 500;
	color: #0d0d0d;
	text-decoration:none;
}
@media (max-width: 979px) {
  .read-more-item__text {
    display: none;
  }
}
