.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_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.insight_items {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.insight_item {
  flex: 0 0 calc(33.33% - 2px);
  max-width: calc(33.33% - 2px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  opacity: .85;
  transition: 400ms;
}
.insight_item:hover{
  opacity: 1;
}
.insight_item::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.insight_img {
  height: 700px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.insight_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.insight_content {
  position: absolute;
  bottom: 24px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 3;
}
.insight_cta a {
  font-size: 12px;
  line-height: 150%;
  text-transform: capitalize;
  color: #F6F3EA;
  border-bottom: 1px solid #F6F3EA;
  padding-bottom: 8px;
  display: inline-block;
}
.insight_title h3 {
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #F6F3EA;
  margin: 8px 0px;
  padding: 0px 16px;
}
.insight_tags {
  display: flex;
  gap: 8px;
}
.insight_tags span {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #F6F3EA;
}



.insight_video.section .plyr {
  width: 100%;
  height: auto;
}
.blog_cta.section h4 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
}
.blog_cta.section h2 {
  margin: ;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.smart_asset {
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: flex-start;
}
.smart_asset  .plyr {
  width: 321px;
  height: auto;
}
.smart_asset img {
  width: 688px;
  height: 427px;
  max-width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.blog_cta {
  text-align: center;
  margin-top: 60px;
}
.blog_cta h4 {
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
}
.blog_cta h2 {
  max-width: 1000px;
  margin: auto;
}
.sm_content {
  max-width: 554px;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
}
.sm_content:nth-of-type(1) {
  padding-bottom: 50px;
}
.sm_content h2 {
  font-size: 40px;
  margin-bottom: 24px;
}
.sm_content:last-child {
  padding-bottom: 0px;
}
.blog_cta .container > p {
  margin-top: 15px;
}

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

.insight_exc {
  padding: 0px 16px;
}
.insight_exc p {
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #FFFFFF;
}
.insight_cta {
  margin-top: 40px;
}

.insight_cat {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #F6F3EA;
  margin-bottom: 8px;
}
.insight_items .cardslider-arrow.next_ {
  right: 20px;
  transform: none;
}
.insight_items  .cardslider-arrow.prev_ {
  left: 20px;
  transform: none;
}
.insight_items .cardslider-arrow{
  top: calc(50% - 25px);
}

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

  .news_top {
    padding-top: 150px;
  }
  .news_top p {
    font-size: 14px;
  }

  .blog_cta.section {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .smart_asset {
    flex-wrap: wrap;
  }
  .smart_asset img {
    height: 300px;
  }
  .blog_cta {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .insight_items {
    gap: 20px;
  }
  .insight_item {
    flex: 0 0 100%;
    max-width: 100%;
  }

.latestnews .st .title {
    font-size: 32px;
  }  
  .news_top h1 {
      font-size: 40px;
  }

}