.Archive__Content {
  margin-bottom: 30px;
}
.Archive__Content ul li {
    margin-left:30px;
}
.Archive__TitleBlog {
  margin-bottom:0px;
}
.Archive__Title {
  margin-bottom: 45px;
}
/* @media (min-width:992px) {
  .Archive__Content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}*/
.ArchiveList img {
  border-radius:15px;
}
@media (max-width:575px) {
  .ArchiveList a.Blog__Single img {
    width: 100%;
  }
}
.ArchiveList a.Blog__Single {
  margin-bottom: 30px;
  position: relative;
  display: block;
}

.ArchiveList .fa-caret-left {
  width: 20px;
  height: 20px;
  background: #E30613;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  padding-top: 2px;
  padding-right: 2px;
}
.ArchiveList .fa-caret-right {
  width: 20px;
  height: 20px;
  background: #E30613;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  padding-top: 2px;
  padding-left: 2px;
}
.Archive__Pagination {
  width: max-content;
  margin:0 auto;
  margin-bottom: 60px;
}

.Archive__Pagination .page-numbers {
  display: inline-block;
}

.Archive__Pagination a.page-numbers {
  text-decoration: none;
  transition: background-color .3s;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  border-radius: 100%;
  line-height: 30px;
  background-color:#fff;
  color:#545454;
}
 .Archive__Pagination .page-numbers.current {
   text-decoration: none;
   transition: background-color .3s;
   width: 45px;
   height: 45px;
   text-align: center;
   border-radius: 100%;
   font-size: 20px;
   line-height: 45px;
   background-color:#E30613;
   color:#fff !important;
}
.ArchiveList a.Blog__Single {
  position:relative;
  display:block;
}
.ArchiveList a.Blog__Single img {
  transition: all .3s ease 0s;
}
.ArchiveList a.Blog__Single .Blog__Title h3 {
  transition: all .3s ease 0s;
}
.ArchiveList a.Blog__Single:hover .Blog__Thumb img {
  box-shadow: 1px 3px 10px #ccc;
  opacity:0.8;

}
.ArchiveList a.Blog__Single:hover .Blog__Title h3 {
  color:#E30613;
}
.Archive__CTA {
  margin-bottom: 30px;
  margin-top: 30px;
}