.mos-img img {display: none !important;}
:root {
 --theme-color: #fd5115;
 --secondary-color: #001a71;
}
.news-block {
  position: relative;
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 0 20px;
}
.news-block .inner-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 90px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dfe8ee;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .inner-box:hover:before {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.news-block .date {
  position: absolute;
  left: 20px;
  bottom: 0px;
  background: var(--theme-color);
  color: #ffffff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.news-block .date b {
  font-size: 24px;
  color: #fff;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.news-block .image-box {
  position: relative;
}
.news-block .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block .lower-content {
  position: relative;
  padding: 12px 22px 35px;
}
.news-block .post-info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.news-block .post-info li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #7c858c;
  font-weight: 400;
  margin-right: 10px;
}
.news-block .post-info li i {
  margin-right: 5px;
  color: var(--theme-color);
  font-size: 14px;
}
.news-block ul {
list-style: none;
}
.news-block h4 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: var(--secondary-color);
  font-weight: 700;
}
.news-block h4 a {
  color: var(--secondary-color);
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block h4 a:hover {
  color: var(--theme-color);
}
.news-block .theme-btn {
  width: 100%;
  text-transform: uppercase;
}
.news-block .author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  margin-top: 25px;
}
.news-block .author .thumb {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  margin-right: 10px;
}
.news-block .author .name {
  font-size: 14px;
  line-height: 1em;
  color: #819291;
  font-weight: 600;
}
.ol-inner-vert .tags {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	justify-content: center;
display: block;
border-top: 0;
border-bottom: 0;
  order: 6 !important;
	margin-bottom: 10px !important;
}
.ol-inner-vert .tags > li {
	margin: 0;
}
.ol-inner-vert .tags > li a {
display: inline-block;
  background: #f4f4f4;
  padding: 6px 16px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  color: #333;
}
.ol-inner-vert .tags > li a:hover {
background-color: #333;
  color: #fff !important;
}

.ol-inner-vert .tags > li {margin-left: 5px;}