.one-col-holder .col {
  padding: 0;
}
.blog-col-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px 30px;   
  gap: 25px 0;
}

.blog-cols {
  width: 25%;
    padding: 0 12px;
}

.bg-img a {
  display: block;
  overflow: hidden;
  min-height: 400px;
  position: relative;
}

.bg-img a img {
  position: absolute;
  top: 0;
  'left: 0';
  'left: 0';
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.bg-img a:hover img {
  filter: brightness(0.9);
}

.bg-content {
  padding: 16px 0 0;
  padding-right: 20px;
}

.blog-listing__post-tags a {
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  transition: all .3s ease;
  letter-spacing: 1.1px;
}

.blog-listing__post-tags a:hover {
  opacity: 0.5;
}

.bg-tt {
  margin: 16px 0 0;
}

.bg-tt h3 {
  font-size: 20px;
  transition: all .3s ease;
}

.dt {
  font-family: __ActaDisplay_5dc6a7, __ActaDisplay_Fallback_5dc6a7, sans-serif;
  font-weight: 500;
  font-size: 13px;
}

.bg-tt a:hover h3 {
  opacity: 0.5;
}
.al-center {
  text-align: center;
}
@media (max-width:1024px){
  .blog-cols {
    width: 50%;
    padding: 0 12px;
  }
}
@media (max-width:767px){
  .blog-cols {
    width: 100%;
    padding: 0 12px;
  }
}