.one-col-holder .col {
  padding: 0;
}

.blog-holder {
  overflow-x: hidden;
  margin: 0 -12px 30px;
  width:100%;
}

.blog-col-holder {
  display: flex;
  flex-wrap:nowrap;
  gap: 10px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-size:none;
}

.blog-holder::-webkit-scrollbar {
  display: none;
}

.blog-col-holder::-webkit-scrollbar {
  display: none;
}

.bg-img a {
  display: block;
  overflow: hidden;
  min-height: 300px;
  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 !important ;
}

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

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

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

.price {
  text-align:center;
  font-weight:normal;
  font-size:15px;
  color:#333333;
}

.tt {
  font-weight:500;
  color:#333333;
}

.al-center {
  text-align: center;
}

.bg-img a:after {
  content: '';
  display: block;
  background: rgb(0 35 73 / 0%);
  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-3 {
  min-width: 30%;
  scroll-snap-align: center;
  border: solid 1px #eeeeee
}

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

.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;
}
 
.btn-carousel {
  background-color:white;
  border-radius :9999px;
  border : 1px solid #00234940;
  padding:0px 10px 5px 10px;
  padding-bottom:4px
}

@media (max-width: 1280px) {
  .blog-cols-3 {
    width: calc(50% - 5px);
  }
}
  
@media (max-width:1024){
  .blog-col-holder{
    gap:0px;
  }
  .blog-cols-3 {
    width: calc(50% - 5px); 
    scroll-snap-align: center;
  }
}
@media (max-width:767px){
  .btn-carousel {
    display:none;
  }
  
  .blog-col-holder{
    gap:0px;
  }
  
  .blog-cols-3 {
    min-width: 85%;
    scroll-snap-align: center;
  }
}