.blog-listings .tag-wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: flex-start;
}
.blog-listings .tag-wrap ul li{
  padding: 0 50px 0 0;
  margin-bottom: 10px;
}
.blog-listings .tag-wrap ul li a{
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.blog-listings .tag-wrap ul li a i{
  display: inline-block;
  margin-left: 1em;
  transition: .5s ease;
}
.blog-listings .tag-wrap ul li a:hover i{
  color: #be2331;
  transform: translateX(5px);
}
.blog-listings .icon_right:before {
  content: "\e904";
}
.blog-listings .list-title {
  padding: 0;
  margin-bottom: 40px;
  text-align: left;
}
.blog-listings .list-title h2 {
  font-weight: 700;
  font-size: 2.0rem;
  margin: 0 0 1em;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.blog-listings .list-title h2:after {
  content: "";
  flex: 1;
  display: block;
  height: 1px;
  margin-left: .5em;
  background: #000;
}
.item-list {
  padding: 0;
  margin: 0 0 45px 0;
  justify-content: flex-start;
  margin: 0;
}
.item-list__item {
  padding-bottom: 0;
  overflow: inherit;
  text-align: left;
  position: relative;
  list-style: none;
  transition: box-shadow 0.3s ease;
}
.item-list__item-link {
  display: block;
  padding-bottom: 45px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  transition: .5s ease;
  text-decoration: none;
}
.item-list__item-image-box {
  display: block;
  margin: 0;
}
.item-list__item-image {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.item-list__item-label {
  position: static;
  font-size: 1.2rem;
  padding: 3px 10px;
  display: inline-block;
  margin: 15px 25px 0;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 0;
  background: linear-gradient(90deg, #144680 20%, #147bb3 100%);
}
.item-list__item-title {
  margin: 15px 25px 0;
  font-size: 1.8rem;
  color: #333;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.05rem;
  line-height: 2.8rem;
}
.item-list__item-date {
  font-size: 1.3rem;
  color: #909090;
  text-align: left;
  margin: 12px 25px 0;
}
.item-list__item-description {
  color: #333;
  margin: 12px 25px 0;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.9;
  overflow: hidden;
  max-height: 7.6em;
}
.item-list__item-link:hover {
  background: #dfdfdf;
  opacity: 1;
}
.tag_link {
  text-align: right;!;
}
.tag_link p {
  margin-block-end: 1em;
}
.tag_link p a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.tag_link p a:hover i {
  color: #be2331;
  transform: translateX(5px);
}
.tag_link p a i {
  display: inline-block;
  transition: .5s ease;
}
.tag-listing.blog-listings .list-title h1 {
  position: relative;
  font-weight: 700;
  font-size: 2.0rem;
  margin: 0 0 1em;
  line-height: 1.7;
}
.tag-listing.blog-listings .list-title h1:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d1d1d1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tag-listing.blog-listings .list-title h1:after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #0b60a3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0 60px;
}
.blog-pagination a{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  border-radius: 3px;
  color: #505050;
  text-align: center;
}
.blog-pagination a.active{
  display: block;
  border: 1px solid #505050;
  background-color: #505050;
  color: #fff;
  pointer-events: none;
}
.blog-pagination a i{
  margin: 0 10px;
  font-family: 'my-fonts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-prev:before {
  content: "\e903";
}

.icon-next:before {
  content: "\e902";
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link{
    display: inline;
    color: #0b60a3;
    border: none;
}



@media screen and (min-width: 600px) {
  .item-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -25px;
  }
  .item-list .item-list__item {
    width: 33.33333%;
    padding-left: 25px;
    margin-bottom: 2.80898%;
  }
  .item-list__item-image-box {
    width: 100%;
    overflow: hidden;
    height: 164px;
  }
  .item-list__item-title {
    height: 3em;
    overflow: hidden;
  }
  .item-list__item-description {
    height: 5.4em;
  }

}

@media screen and (min-width: 960px) {
  .blog-listings .list-title h2 {
    font-size: 2.8rem;
  }
  .tag-listing.blog-listings .list-title h1 {
    font-size: 2.8rem;
    margin-top: 0;
  }

}