﻿.article_item {
  margin-top: 40px;
}
.article_item .nav {
  display: flex;
  justify-content: end;
  padding-bottom: 10px;
  border-bottom: 2px solid #bc1d18;
}
.article_item .nav a {
  display: flex;
  align-items: center;
}
.article_item .nav a:not(:last-child)::after {
  content: "";
  display: block;
  width: 17px;
  height: 13px;
  margin: 0 8px;
  background-image: url(../images/pisition.png);
}
.article_item .article {
  min-height: 500px;
  margin-top: 30px;
  padding: 0 80px;
}
.article_item .article .title h1 {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  text-align: center;
}
.article_item .article .info {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #a2a2a2;
  margin-bottom: 25px;
}
.article_item .article .info span {
  font-weight: 400;
  font-size: 15px;
  color: #000000;
}