.k-wealth h2{
  font-size: 26px;
}

.btn-main{
  font-family: "kurious-looped" ;
}

.link-arrow{
  font-family: "kurious-looped" ;
}

.page-detail-head .section-head {
  font-family: "kurious-looped";
}

.page-detail-head .detail-desc {
  font-family: "kurious-looped";
}

.detail-page-container h2,
.detail-page-container h3,
.detail-page-container h4,
.detail-page-container h5,
.detail-page-container h6{
  font-family: "kurious-looped" !important;
}
/*============================== showMobile ===============================*/
#BannerImagesSection_DeskTop .showMobile {
  display: none;
}
@media (max-width: 767px) {
  #BannerImagesSection_DeskTop .desktop {
    display: none;
  }
  #BannerImagesSection_DeskTop .showMobile {
    display: block;
  }
}