.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;
}

.bg-img a:after {
  content: '';
  display: block;
  background: rgb(0 35 73 / 44%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-img {
  position: relative;
}

.bg-img a img.default-logo {
  width: 80%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

span.pr-type {
  z-index: 10;
  display: inline-block;
  padding: 4px 8px;
  background: #fff;
  font-size: 13px;
  top: 10px;
  left: 10px;
  border-radius: 4px;
}

span.pr-tp {
  display: inline-block;
  padding: 4px 8px;
  background: rgb(0, 35, 73);
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  top: 10px;
}

.bg-img a {
  min-height: 300px;
}

.blog-cols {
  width: 33.33%;
}

.img-over {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 15px;
  left: 18px;
}

.bg-content {
  padding-top: 0;
}

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

.bg-tt h3 {
  font-family: __BentonSans_2d01b9;
  font-weight: 400;
  margin: 0 0 5px;
}

.bg-byline-holder {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-between;
}

.bg-icc ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  font-size: 12px;
  gap: 8px;
  margin: 0;
}

.bg-icc ul li {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}

.bg-icc ul li svg {
  height: 20px;
}

span.ic {
  line-height: 0;
}
@media (max-width:1024px){
  .blog-cols {
    width: 50%;
    padding: 0 12px;
  }
}
@media (max-width:767px){
  .blog-cols {
    width: 100%;
    padding: 0 12px;
  }
}