.more-to-read {
  padding-top: 36px;
  padding-bottom: 103px;
}

.more-to-read-title {
  margin: 0;
  margin-bottom: 27px;
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: start;
}

.more-to-read-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-direction: row-reverse;
}

.block-comment {
  position: relative;
  background-color: #fff;
  width: 23%;
}

.mtr-cardimage {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  z-index: 1;
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.mtr-card-content {
  padding: 21px 14px 17px;
  position: absolute;
  background-color: #fff;
  width: 86%;
  left: 0;
  right: 0;
  bottom: -46px;
  margin: auto;
  border-radius: 0px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 500ms ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 46px 100px -21px, rgba(0, 0, 0, 0.3) 0px 27px 55px -27px,
    rgba(10, 37, 64, 0.35) 0px -2px 8px 0px inset;
}

.block-comment:hover .mtr-card-content {
  bottom: 0px;
  border-radius: 0 0 0 0;
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.05);
}

.mtr-card-date {
  position: absolute;
  top: -46px;
  right: -14px;
  display: table;
  padding: 14px 17px;
  background-color: #257a3e;
  text-align: center;
  border-radius: 0px;
}

.mtr-carddate-number {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
}

.mtr-card-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.mtr-card-meta li {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.mtr-card-meta li:not(:first-child)::before {
  content: "|";
  font-size: 12px;
  margin-left: 14px;
  margin-right: 14px;
  font-weight: 200;
  color: #ebe6de;
}

.mtr-card-meta-icon {
  width: 31px;
  height: 31px;
  color: #257a3e;
  margin-right: 5px;
}

.mtr-card-meta-author,
.mtr-card-meta-comments {
  font-size: 12px;
  color: #736d75;
  letter-spacing: 0.196px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}

.mtr-card-title {
  font-size: 16px;
  color: #2d2330;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 5px;
}

.mtr-card-title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  transition: all 500ms ease;
  text-decoration: none;
}

.mtr-card-title a:hover {
  background-size: 100% 2px;
}

.mtr-card-title a:hover {
  color: #257a3e;
}

@media (max-width: 992px) {
  .block-comment {
    width: 48%;
  }

  .more-to-read-list {
    flex-wrap: wrap;
    gap: 73px 17px;
  }
}
