.main_wrapper {
  height: 100%;
  position: relative;
}
.main_wrapper > * {
  position: relative;
  z-index: 2;
}
.main_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  height: 1000px;
}
main {
  background-image: url(../img/artical_main_img.png);
  height: 600px;
}
main::after {
  display: none;
}
.artical_area {
  transform: translateY(-50px);
  width: 70%;
  margin: 0rem auto;
}
.content_artical .badge {
  background-color: #d91f25;
  font-style: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 7px;
}
.content_artical > h1 {
  font-size: 33px;
  font-weight: 700;
  color: #323232;
}
.content_artical p {
  color: #000000;
}
.content_artical img {
  object-fit: cover;
}
.content_artical .date {
  color: #a9a9a9;
  font-style: italic;
}
.content_artical .icons_wrapper {
  align-items: center;
}
.content_artical .icons_wrapper > * + * {
  margin-left: 5px;
}
.post-single-title
{
  display: block;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .artical_area {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .cards-wrapper {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 500px) {
  .content_artical > h1,
  .cards-wrapper .top-area > h1 {
    font-size: 25px;
  }
}
