.news_top .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.news_top h1 {
  margin-bottom: 15px;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #000000;
}
.news_top p {
  max-width: 864px;
  margin: auto;
  font-size: 24px;
}

.insight_video  iframe {
  width: 100%;
  height: 800px;
}
.blog_cta {
  padding-top: 80px;
  text-align: center;
}
.blog_cta h4 {
  color: #000000;
  margin-bottom: 15px;
}
.blog_cta h2 {
  max-width: 976px;
  margin: auto;
}
.blog_filter  .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
.filter_bl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.filter_bl select {
  border: 1px solid #F6F3EA;
  border-radius: 3px;
  padding: 9px 16px;
  background: #fff;
  font-size: 12px;
  line-height: 150%;
  color: #1E2323;
}
.sort_fil span {
  margin-right: 8px;
  font-size: 12px;
  line-height: 150%;
  color: #1E2323;
}
.blog_filter  h2 {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #000000;
}
.blog_item {
}
.blog_items {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.blog_item {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  width: 100%;
}
.blog_img {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.blog_img img {
  height: 405px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.blog_lab {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #5E5E5E;
  background: #FFFFFF;
  padding: 6px 16px;
  position: absolute;
  top: 16px;
  left: 16px;
}
.blog_content {
  flex: 0 0 calc(50% - 40px);
  max-width: calc(50% - 40px);
}
.blog_content h4 {
  color: #000000;
  margin-bottom: 8px;
}
.blog_content h3 {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #000000;
  margin-bottom: 8px;
}
.blog_content > a {
  margin-top: 40px;
  display: inline-block;
  font-size: 12px;
  line-height: 150%;
  text-transform: capitalize;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 4px;
}
.blog_smart {
  padding-bottom: 160px;
  text-align: center;
  width: 100%;
}
.blog_smart h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
.blog_smart p {
  max-width: 800px;
  margin: auto;
}

.blog_btm_assets img {
  border-radius: 8px;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
.blog_btm_assets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}
.blog_btm_assets > div {
  flex: 0 0 calc(33.33% - 6.66px);
  max-width: calc(33.33% - 6.66px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.blog_ass_2 img {
  height: 443px;
}
.blog_ass_1 img:nth-of-type(1) {
  height: 275px;
}
.blog_ass_1 img:nth-of-type(2) {
  height: 159px;
}
.blog_ass_3 img:nth-of-type(1) {
  width: 256px;
  height: 159px;
}
.blog_btm_assets .blog_ass_3 {
  justify-content: flex-start;
}
.blog_ass_3 img:nth-of-type(2) {
  height: 273px;
}

.latestnews .st h2 {
  font-size: 60px;
}

.blog_items.blog_loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 200px;
}
.blog_items.blog_loading .ctp_loader {
  display: flex;
  background: transparent;
}

@media only screen and (max-width:992px){

    
  .news_top {
    padding-top: 150px;
  }
  .news_top h1 {
    font-size: 40px;
  }
  .news_top p {
    font-size: 14px;
  }
  .insight_video iframe {
    height: 300px;
  }
  .blog_cta {
    padding-top: 30px;
  }
  .blog_img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog_img img {
    height: 300px;
  }
  .blog_content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog_content a {
    margin-top: 16px;
  }
  .blog_item {
    gap: 20px;
  }
  .blog_items {
    gap: 32px;
  }
  .blog_smart {
    padding-bottom: 50px;
  }
  .blog_btm_assets > div {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
  .blog_ass_2 img {
    height: 300px;
  }
  .blog_ass_1 img:nth-of-type(2) {
      height: 273px;
  }
  .blog_ass_3 img:nth-of-type(1) {
      width: 100%;
      height: 273px;
  }
  .blog_btm_assets img{
    display: none;
  }
  .blog_ass_1 img:nth-of-type(1){
    display: block;
  }
  .smart_asset img {
    display: none;
  }
    
}