.bread-crumb__link {
  color: #000000;
  font-size: 8px;
  line-height: 10.93px;
}
@media screen and (min-width: 768px) {
  .bread-crumb__link {
    font-size: 18px;
    line-height: 100%;
  }
}

.post {
  /* media queries */
  /* /media queries */
}
.post__container {
  margin-bottom: 60px;
}
.post__item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.post__item:not(:last-child):after {
  content: "";
  position: absolute;
  left: -24px;
  bottom: 0;
  width: calc(100% + 48px);
  border-bottom: 1px solid #495057;
}
.post__time {
  display: inline-block;
  font-size: 8px;
  line-height: 100%;
  margin-top: 20px;
  color: #6C757D;
  font-weight: 600;
}
.post__content__wrapper#news {
  margin-bottom: 60px;
}
.post__content h3 {
  margin-block: 8px 20px;
}
.post__content p {
  margin-block: 20px 10px;
}
.post .btn-v5__icon {
  width: 14px !important;
  height: 14px !important;
  margin: 0px !important;
}
.post .pagination {
  margin-block: 30px 60px;
}
@media screen and (max-width: 768px) {
  .post__content p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .post__container {
    margin-bottom: 48px;
  }
  .post__item {
    display: flex;
    align-items: center;
    column-gap: 24px;
  }
  .post__item:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .post__item:not(:last-child):after {
    left: 0px;
    width: 100%;
  }
  .post__content p {
    margin-block: 40px;
  }
  .post__main__img {
    height: 240px;
    border-radius: 20px;
    flex-shrink: 0;
    width: calc(54.7% - 24px);
    max-width: 420px;
  }
  .post__time {
    margin-top: 0px;
    font-size: 14px;
  }
  .post__content h3 {
    margin-block: 18px;
    font-size: 36px;
    line-height: 40px;
  }
  .post__content p {
    font-size: 18px;
    margin-block: 0px 18px;
  }
  .post .pagination {
    margin-block: 50px 40px;
  }
}
@media screen and (min-width: 1400px) {
  .post__container .container {
    padding-inline: 0px;
  }
}
/*# sourceMappingURL=post.min.css.map */
