.amblog-container-list .amblog-post-container .post-image {
  height: 195px;
  overflow: hidden;
}
.amblog-container-list .amblog-post-container .post-image img {
  width: 100%;
  height: auto;
}
.amblog-container-list .amblog-post-container .amblog-dates {
  height: 25px;
}
.amblog-container-list .amblog-post-container .amblog-dates .amblog-date {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-family: 'DB Heavent X Regular';
}
.amblog-container-list .amblog-post-container .amblog-post-title {
  word-wrap: break-word;
  height: 5.2rem;
  overflow: hidden;
  max-height: 7.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.amblog-container-list .amblog-post-container .amblog-post-title a {
  font-style: normal;
  font-size: 25px;
  line-height: 28px;
  color: #333333;
  font-family: 'DB Heavent X Medium';
}
.amblog-container-list .amblog-post-container .amblog-shot {
  word-wrap: break-word;
  height: 7.2rem;
  overflow: hidden;
  max-height: 7.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 20px;
  color: #828282;
}
.amblog-container-list .amblog-post-container .amblog-shot p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #828282;
  font-family: 'DB Heavent X Regular';
}
.sidebar-main .amblog-element-block .amblog-widget-container .amblog-title {
  font-family: 'DB Heavent X Medium';
}
.sidebar-main .amblog-element-block .amblog-categories.-level1 > .amblog-category > .amblog-link {
  font-family: 'DB Heavent X Medium';
  font-size: 2rem;
}
.amblog-list.-tags .tag-list .amblog-item .amblog-tag,
.amblog-list.-tags .tag-list .amblog-item .amblog-tag:visited {
  background: #e0e0e0;
  width: fit-content;
  color: #828282;
}
.amblog-list.-tags .tag-list .amblog-item .amblog-tag:hover {
  background: #193e74;
  color: #fff;
}
.amblog-list.-tags .tag-list .amblog-item .amblog-tag.active {
  background: #1a3e74 !important;
  color: #fff !important;
}
.right.amblog-aside-right.active .aside-title {
  font-weight: 600;
  font-family: 'DB Heavent X Medium';
}
.right.amblog-aside-right.active .mobile-block.amblog-element-block {
  text-align: left;
}
.right.amblog-aside-right.active .mobile-block.amblog-element-block .amblog-widget-container .amblog-title .action-post {
  padding-top: 1rem;
}
.right.amblog-aside-right.active .mobile-block.amblog-element-block .amblog-widget-container .amblog-title .action-post a {
  color: #193e74;
}
.right.amblog-aside-right.active .mobile-block.amblog-element-block .amblog-widget-container .amblog-list .post-item-info .post-image {
  height: auto !important;
}
@media (max-width: 768px) {
  .page-main {
    margin-top: 2rem;
  }
  .page-main > .page-title-wrapper .page-title {
    font-size: 3rem !important;
    position: relative;
    margin: auto;
  }
  .amblog-container-list {
    display: block;
    margin: auto;
    width: 90%;
    display: block !important;
  }
  .amblog-container-list .amblog-post-container img {
    height: auto;
  }
  .amblog-container-list .amblog-post-container .amblog-content .amblog-dates .amblog-date {
    font-size: 1.4rem !important;
  }
  .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title a {
    font-size: 2rem !important;
  }
  .amblog-container-list .amblog-post-container .amblog-content .amblog-shot {
    font-size: 1.6rem !important;
    word-break: break-word;
    height: 5.5rem !Important;
    overflow: hidden;
    max-height: 7.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 20px;
    color: #828282;
  }
  .sidebar.sidebar-main .amblog-element-block {
    width: 90%;
    margin: auto;
    margin-bottom: 1rem;
  }
  .pagination-container {
    width: 90% !important;
    margin: auto;
  }
  .sidebar.sidebar-main .amblog-element-block .amblog-widget-container .amblog-title {
    font-size: 2.5rem !important;
  }
  .sidebar.sidebar-main .amblog-element-block .amblog-widget-container .amblog-list ul li a {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 480px) {
  .featured-post {
    width: 90%;
    margin: auto;
  }
  .featured-post .amblog-list .post-items {
    padding: 0 !important;
  }
  .featured-post .amblog-list .post-items .slick-list .post-item {
    width: 30rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .columns .column.main {
    width: 100% !important;
  }
  .columns .column.main .amblog-container-list .amblog-post-container {
    width: 100% !important;
    margin: 10px auto;
  }
}
@media (max-width: 1200px) {
  .columns .column.main {
    margin: auto;
    float: revert !important;
  }
}
