/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!../../../modules/ph_simpleblog/views/css/ph_simpleblog.scss ***!
  \****************************************************************************************************************************************************/
/* header */
.blog-header-top {
  background: #fff;
  color: #232323;
  padding: 5px 0;
}
.blog-header-top .blog-menu {
  display: none;
}
.blog-header-top .blog-menu .clox {
  position: absolute;
  right: 8px;
  top: 0;
  font-size: large;
  color: #000;
  width: 27px;
  height: 27px;
  cursor: pointer;
}
.blog-header-top .blog-menu ul li {
  display: block;
  padding: 0 20px;
}
.blog-header-top .blog-menu ul li a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
  text-wrap: nowrap;
}
.blog-header-top .blog-menu ul li a.current {
  font-weight: 800;
}
@media (min-width: 768px) {
  .blog-header-top .blog-menu {
    display: block;
  }
  .blog-header-top .blog-menu .clox {
    display: none;
  }
  .blog-header-top .blog-menu ul {
    display: flex;
    justify-content: space-between;
    line-height: 34px;
    margin: 0;
    padding: 0;
  }
  .blog-header-top .blog-menu ul li {
    padding: 0;
  }
}
.blog-header-top .blog-right > div {
  display: flex;
}
.blog-header-top .blog-search {
  cursor: pointer;
  margin-right: 10px;
  text-align: right;
  position: initial;
  display: flex;
  justify-content: right;
  width: 100%;
}
.blog-header-top__line {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.blog-header-top__line .logo {
  width: 34px;
  height: auto;
}
.blog-header-top__line .blog-logo img {
  width: 23px;
  height: 18px;
  margin: 8px 0;
}
@media (max-width: 767px) {
  .blog-header-top__line .blog-menu.show-mobile {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 30px 20px;
    z-index: 100;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3137254902);
  }
  .blog-header-top__line .blog-menu.show-mobile ul li a {
    cursor: pointer;
    display: block;
    font-size: larger;
    line-height: 3rem;
    text-align: left !important;
  }
}
@media (min-width: 500px) {
  .blog-header-top__line .logo {
    width: 168px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .blog-header-top__line .blog-logo img {
    width: 127px;
    height: 34px;
    margin: initial;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .blog-header-top__line {
    flex-wrap: wrap;
  }
  .blog-header-top__line > div:nth-child(2) {
    width: 100%;
    order: 2;
  }
}
@media (min-width: 1200px) {
  .blog-header-top__line .blog-menu {
    min-width: 700px;
  }
}
.blog-header-top .nav-search {
  display: none;
  margin: 0;
  padding: 0;
}
.blog-header-top .nav-search input {
  font-size: 14px;
  padding: 5px 3px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.blog-header-top.show-search .blog-menu {
  display: none !important;
}
@media (min-width: 768px) {
  .blog-header-top.show-search .blog-right {
    width: calc(100% - 180px);
  }
}
.blog-header-top.show-search .nav-search {
  display: block;
  width: 100%;
}

/* cartblog */
.cardblog {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
}
.cardblog .card-block {
  padding-left: 1rem;
}

.toc {
  width: 100%;
}
.toc h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
.toc ul li a {
  text-decoration: none;
  color: #363636;
  font-size: 14px;
  font-weight: normal;
}

#table-of-contents ul {
  list-style: disc;
  padding-left: 25px;
}
#table-of-contents ul li {
  padding-left: 0;
}

#recommended-categories ul {
  list-style: none;
  padding-left: 0;
}
#recommended-categories ul li {
  margin-bottom: 10px;
  padding-left: 0;
}
#recommended-categories ul li a {
  color: #232323;
}
#recommended-categories ul li a.current {
  font-weight: 800;
}

.blog-obrazek {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0;
}

@media (max-width: 1199px) {
  .sidebar {
    order: 2;
  }
  .sidebar li {
    height: 50px;
    padding: 3px;
    display: inline-table;
    width: calc(50% - 6px);
  }
  .sidebar li a {
    line-height: 14px;
    background-color: #D9D9D9;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    display: table-cell;
  }
  .maincol {
    order: 1;
  }
}
.simpleblog {
  /* ART */
}
.simpleblog__listing {
  margin-top: 30px;
  padding-bottom: 15px;
}
.simpleblog__listing__post.first-in-line {
  clear: left;
}
.simpleblog__listing__post.col-md-12 {
  padding-left: 0;
}
.simpleblog__listing__post__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1.563rem;
  border: 0;
  border-radius: 10px;
}
.simpleblog__listing__post__wrapper__content h3 {
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
.simpleblog__listing__post__wrapper__content h3 a {
  color: #232323;
}
.simpleblog__listing__post__wrapper__content p {
  font-size: 1rem;
  line-height: 1.5;
}
.simpleblog__listing__post__wrapper__content__footer {
  display: flex;
  align-items: center;
}
.simpleblog__listing__post__wrapper__content__footer__category {
  margin-left: 15px;
}
.simpleblog__listing__post__wrapper__content__footer__category i {
  color: #727272;
}
.simpleblog__listing__post__wrapper__content__footer__category a,
.simpleblog__listing__post__wrapper__content__footer__category span,
.simpleblog__listing__post__wrapper__content__footer__category time {
  position: relative;
  top: 2px;
  margin-left: 2px;
  color: #727272;
}
.simpleblog__listing__post__wrapper__footer__block {
  padding-top: 0.763rem;
  padding-bottom: 0.763rem;
}
.simpleblog__listing__post__wrapper__footer__block i {
  color: #727272;
  font-size: 20px;
}
.simpleblog__listing__post__wrapper__footer__block span,
.simpleblog__listing__post__wrapper__footer__block time {
  position: relative;
  top: 1px;
  margin-left: 2px;
  color: #727272;
  font-size: 14px;
}
.simpleblog__listing__post img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.simpleblog__listing__pagination {
  margin-top: 1.5rem;
}
.simpleblog__listing__pagination > div {
  color: #7a7a7a;
}
@media (max-width: 767px) {
  .simpleblog__listing__pagination__list {
    text-align: center;
  }
  .simpleblog__listing__pagination__list li {
    text-align: center;
  }
  .simpleblog__listing__pagination__list li:first-child, .simpleblog__listing__pagination__list li:last-child {
    display: block;
    overflow: auto;
    margin: 10px 0;
  }
  .simpleblog__listing__pagination__list li:first-child a, .simpleblog__listing__pagination__list li:last-child a {
    float: none;
  }
}
.simpleblog__listing__categories {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 10px;
}
.simpleblog__listing__categories a {
  display: inline-block;
  padding: 6px 10px;
  background: #f5f5f5;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
  color: #232323;
}
.simpleblog__listing__categories a:hover {
  background: #e9e9e9;
}
.simpleblog__post__content {
  padding-left: 0px !important;
}
.simpleblog__post__content h2 {
  width: 100%;
}
.simpleblog__post__content ul {
  list-style: initial;
  margin-left: 15px;
}
.simpleblog__post__content ul li {
  list-style-type: initial;
}
.simpleblog__post__content img {
  max-width: 100%;
  height: auto;
}
.simpleblog__postInfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.simpleblog__postInfo .category a {
  color: #232323;
  font-size: 14px;
  text-decoration: none;
}
.simpleblog__postInfo .category a:hover {
  text-decoration: underline;
}
.simpleblog__postInfo .date {
  color: #727272;
  font-size: 14px;
}
.simpleblog__postInfo .date i {
  margin-right: 3px;
}
.simpleblog__tags {
  margin-top: 1rem;
}
.simpleblog__tags span {
  color: #7a7a7a;
  font-size: 14px;
  margin-right: 5px;
}
.simpleblog__tags a {
  font-size: 14px;
  color: #232323;
  text-decoration: none;
  margin-right: 5px;
}
.simpleblog__tags a:hover {
  text-decoration: underline;
}
.simpleblog__social {
  margin-top: 30px;
}
.simpleblog__social a {
  display: inline-block;
  margin-right: 10px;
  color: #727272;
  font-size: 20px;
  text-decoration: none;
}
.simpleblog__social a:hover {
  color: #232323;
}
.simpleblog__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.simpleblog__nav a {
  color: #232323;
  font-size: 14px;
  text-decoration: none;
}
.simpleblog__nav a:hover {
  text-decoration: underline;
}
.simpleblog__nav a.prev {
  text-align: left;
}
.simpleblog__nav a.next {
  text-align: right;
}
.simpleblog__comments {
  margin-top: 40px;
}
.simpleblog__comments h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.simpleblog__comments .comment {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.simpleblog__comments .comment__header {
  display: flex;
  align-items: center;
}
.simpleblog__comments .comment__header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.simpleblog__comments .comment__header .name {
  margin-left: 10px;
  font-weight: bold;
}
.simpleblog__comments .comment__header .date {
  margin-left: auto;
  font-size: 13px;
  color: #999;
}
.simpleblog__comments .comment__body {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}
.simpleblog__form {
  margin-top: 40px;
}
.simpleblog__form h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.simpleblog__form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.simpleblog__form form input,
.simpleblog__form form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.simpleblog__form form button {
  align-self: flex-start;
  background: #232323;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.simpleblog__form form button:hover {
  background: #000;
}
.simpleblog__recent {
  margin-top: 30px;
}
.simpleblog__recent h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.simpleblog__recent ul {
  list-style: none;
  padding: 0;
}
.simpleblog__recent ul li {
  margin-bottom: 10px;
}
.simpleblog__recent ul li a {
  color: #232323;
  font-size: 14px;
  text-decoration: none;
}
.simpleblog__recent ul li a:hover {
  text-decoration: underline;
}
.simpleblog__related {
  margin-top: 50px;
}
.simpleblog__related h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.simpleblog__related .related__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.simpleblog__related .related__list .related__item {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
}
.simpleblog__related .related__list .related__item:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.simpleblog__related .related__list .related__item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.simpleblog__related .related__list .related__item .related__content {
  padding: 15px;
}
.simpleblog__related .related__list .related__item .related__content h4 {
  font-size: 15px;
  margin-bottom: 8px;
}
.simpleblog__related .related__list .related__item .related__content h4 a {
  color: #232323;
  text-decoration: none;
}
.simpleblog__related .related__list .related__item .related__content h4 a:hover {
  text-decoration: underline;
}
.simpleblog__related .related__list .related__item .related__content p {
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}
.simpleblog__breadcrumbs {
  margin-bottom: 20px;
}
.simpleblog__breadcrumbs a {
  color: #232323;
  font-size: 14px;
  text-decoration: none;
}
.simpleblog__breadcrumbs a:hover {
  text-decoration: underline;
}
.simpleblog__breadcrumbs span {
  margin: 0 5px;
  color: #7a7a7a;
}
.simpleblog__hero {
  position: relative;
  margin-bottom: 30px;
}
.simpleblog__hero img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}
.simpleblog__hero__hero__title {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
}
.simpleblog__author-box {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fafafa;
}
.simpleblog__author-box img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}
.simpleblog__author-box .author-box__info h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.simpleblog__author-box .author-box__info p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0;
}
.simpleblog__sidebar {
  margin-top: 40px;
}
.simpleblog__sidebar .sidebar__section {
  margin-bottom: 30px;
}
.simpleblog__sidebar .sidebar__section h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.simpleblog__sidebar .sidebar__section ul {
  list-style: none;
  padding: 0;
}
.simpleblog__sidebar .sidebar__section ul li {
  margin-bottom: 8px;
}
.simpleblog__sidebar .sidebar__section ul li a {
  color: #232323;
  font-size: 14px;
  text-decoration: none;
}
.simpleblog__sidebar .sidebar__section ul li a:hover {
  text-decoration: underline;
}
.simpleblog__gallery {
  margin-top: 30px;
}
.simpleblog__gallery h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.simpleblog__gallery .gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
}
.simpleblog__gallery .gallery__grid img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}
.simpleblog__quote {
  margin: 30px 0;
  padding: 20px;
  background: #f9f9f9;
  border-left: 4px solid #232323;
  font-style: italic;
  color: #555;
}
.simpleblog__table {
  margin-top: 30px;
}
.simpleblog__table table {
  width: 100%;
  border-collapse: collapse;
}
.simpleblog__table table th,
.simpleblog__table table td {
  border: 1px solid #eee;
  padding: 10px;
  text-align: left;
  font-size: 14px;
}
.simpleblog__table table th {
  background: #f5f5f5;
}
.simpleblog__video {
  margin-top: 30px;
}
.simpleblog__video iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}
.simpleblog__tags-list {
  margin-top: 40px;
}
.simpleblog__tags-list h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.simpleblog__tags-list .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.simpleblog__tags-list .tags a {
  padding: 6px 10px;
  background: #f2f2f2;
  border-radius: 5px;
  color: #232323;
  font-size: 14px;
  text-decoration: none;
}
.simpleblog__tags-list .tags a:hover {
  background: #e8e8e8;
}

/* AUTHOR */
.dataautor {
  display: flex;
  align-items: center;
}
.dataautor img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  object-fit: cover;
}
.dataautor span {
  margin-left: 10px;
  color: #727272;
  font-size: 14px;
}

.page-link {
  color: #232323;
}
.page-link:hover {
  color: #000;
}

/* CATEGORY */
.blog-category {
  margin-top: 30px;
}
.blog-category h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-category ul {
  list-style: none;
  padding: 0;
}
.blog-category ul li {
  margin-bottom: 5px;
}
.blog-category ul li a {
  color: #232323;
  font-size: 14px;
  text-decoration: none;
}
.blog-category ul li a:hover {
  text-decoration: underline;
}

/* =======================
   Responsive adjustments
======================= */
@media (max-width: 1199px) {
  .simpleblog__hero img {
    height: 320px;
  }
  .simpleblog__related .related__list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (max-width: 991px) {
  .simpleblog__postInfo {
    flex-direction: column;
    align-items: flex-start;
  }
  .simpleblog__author-box {
    flex-direction: column;
    text-align: center;
  }
  .simpleblog__author-box img {
    margin-bottom: 10px;
  }
}
.other-in-category .simpleblog__listing__post {
  background-color: #f8f9fb;
  padding: 20px;
  margin-top: 30px;
}
.other-in-category .simpleblog__listing__post__wrapper {
  border-radius: 0;
  margin-bottom: 0;
}
.other-in-category .art_box_list {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .simpleblog__hero img {
    height: 250px;
  }
  .simpleblog__listing__post__wrapper__content h3 {
    font-size: 0.9rem;
  }
  .simpleblog__listing__post__wrapper__content p {
    font-size: 0.9rem;
  }
  .simpleblog__related .related__list {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
@media (max-width: 575px) {
  .simpleblog__hero img {
    height: 200px;
  }
  .simpleblog__listing__post__wrapper {
    flex-direction: column;
  }
  .simpleblog__listing__post__wrapper__content h3 {
    font-size: 0.85rem;
  }
  .simpleblog__listing__post__wrapper__content p {
    font-size: 0.85rem;
  }
}
/* FOOTER, COMMON */
/* =======================
   Footer & helpers
======================= */
.simpleblog__footer {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
  color: #727272;
  font-size: 14px;
}
.simpleblog__footer a {
  color: #4B6533;
  text-decoration: none;
}
.simpleblog__footer a:hover {
  text-decoration: underline;
}

.blog__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.blog__pagination .page-item {
  list-style: none;
}
.blog__pagination .page-item .page-link {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  color: #363636;
  text-decoration: none;
  font-weight: 500;
}
.blog__pagination .page-item .page-link:hover {
  background: #f8f8f8;
}
.blog__pagination .page-item .page-link.active {
  background: #4B6533;
  color: #fff;
}

/* =======================
   Animations
======================= */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.4s ease-in-out;
}

/* =======================
   Mixins (helpers)
======================= */
/* =======================
   Blog banners / highlights
======================= */
.blog-banner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 30px 0;
}
.blog-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-banner .banner__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
}
.blog-banner .banner__content h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.blog-banner .banner__content p {
  font-size: 16px;
  margin: 0;
}

.blog-highlight {
  background: #f5f5f5;
  border-left: 4px solid #4B6533;
  padding: 15px 20px;
  margin: 20px 0;
  font-style: italic;
  color: #333;
}

.art_boxs .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.art_boxs .art_box {
  margin-bottom: 10px;
  min-width: 280px;
}

.blog-cat {
  margin: 50px 0;
}
.blog-cat a {
  color: #000;
}
.blog-cat a :hover,
.blog-cat a :focus {
  outline: none;
  color: #4F78FF;
}
.blog-cat .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.blog-cat .post-master {
  margin: 10px 0 30px;
  background-color: #f8f9fb;
  color: #7a7a7a;
}
.blog-cat .post-master h2 {
  padding: 0 10px;
  margin: 0;
}
.blog-cat .post-master .meta_author {
  display: block;
  text-transform: uppercase;
  color: #8a898e;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 10px;
}
.blog-cat .post-desc {
  padding: 10px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.75;
  color: #78787e !important;
}
.blog-cat .post-bn-show {
  padding: 10px;
}
.blog-cat .post-bn-show button.btn {
  margin: 20px auto 20px 10px;
  cursor: pointer;
  background-color: #5079ff;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 5px 17px;
  border: none;
}
.blog-cat .post-bn-show button.btn :hover {
  background-color: #022e85;
}
.blog-cat .post-img {
  margin: 0 auto;
}

@media (min-width: 900px) {
  .blog-cat .post-master .post-desc {
    margin: 0 20px;
    width: calc(40% - 40px);
    padding: 0 20px;
    float: left;
  }
  .blog-cat .post-master .post-bn-show {
    margin: 20px;
    width: calc(40% - 40px);
    float: left;
  }
  .blog-cat .post-master h2 {
    clear: both;
  }
  .blog-cat .post-master .post-img {
    width: 60%;
    float: right;
  }
}
.blog-cat .post-list-art {
  display: grid;
  grid-template-columns: calc(50% - 4px) calc(50% - 4px);
  grid-gap: 23px 2px;
}

.blog-cat .post-list-art .h3 {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .blog-cat .post-list-art {
    grid-template-columns: calc(33% - 4px) calc(33% - 4px) calc(33% - 4px);
  }
}
.blog-cat .post-art h2 {
  font-size: 16px;
  line-height: 1.55;
  margin-top: 0;
  margin-bottom: 10px;
  transition: color 0.2s;
  font-weight: 400;
  text-transform: initial;
}

.blog-cat .post-art .meta_author {
  display: none;
}

@media (min-width: 900px) {
  .blog-cat .post-master {
    margin-top: 30px;
  }
  .blog-cat .post-art .meta_author {
    display: block;
    text-transform: uppercase;
    color: #8a898e;
    font-size: 10px;
  }
  .blog-cat .post-art h2 {
    line-height: 1.25;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .blog-cat .post-art a {
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-gap: 25px 10px;
  }
  .blog-cat .post-art h2 {
    line-height: 1.45;
    margin-bottom: 5px;
  }
}
