@media screen and  (max-width:768px) {
  .main-blog {
    padding: 14px 20px 35px;
}

.main-blog .col-md-12 , .main-blog .col-4{
  padding: 0;
}
.main-blog-right {
  padding-left: 15px;
}
.blog-text, .min-read,.post-date{
  display: none;
}
.blog-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
}

.main-blog-img {
  height: 82px !important;
}
.main-blog h1 {
  font-size: 20px;
  margin-bottom: 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.main-blog .carousel-indicators {
  width: 18.5%;
  bottom: -40px;
  left: -4px;
}

.blog-nav-tab {
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 0px 5px;
}
.blog-nav-tab h1 {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 600;
}
.recent-posts {
  padding: 0px 5px;
}

.post-title {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 10px;
}
.blog-nav-tab .nav-tabs {
  border-top: 1px solid #dee2e6;
  border-bottom: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  height: 40px;
  overflow-y: hidden;
}
.recent-posts .card-footer , .blog-div-right .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgb(255 255 255 / 3%);
  border-top: 0px solid rgba(0,0,0,.125);
}
.wrapfooter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.post-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 10px !important;
}
.post-text-description {
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: var(--font-size-14);
}

.blog-div-right {
  padding: 36px 15px 0px;
}
.ai-Risk-Modeling {
  padding: 36px 0px;
  height: 510px;
}

.blog-div-right .carousel-item .row{
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}
.blog-div-right .card {
  width: 258px;
}
.blog-heading-ai {
  font-size: 14px;
  white-space: normal;
}
.blog-text-ai {
  font-size: 12px;
  line-height: 150%;
  white-space: normal;
  margin-bottom: 16px !important;
}
.other-blog-section .col-md-3 .carousel-control-prev {
  left: 0;
  opacity: 1;
  max-height: 100%;
  bottom: 0px !important;
  width: 130%;
}
.other-blog-section .col-md-3 .carousel-control-next {
  left: auto;
  opacity: 1;
  max-height: 100%;
  bottom:0px !important;
  width: 35%;
}
.other-blog-section .col-md-3 h2 {
  font-size: var(--font-size-20);
  font-weight: 600;
}
.next-back-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: white;
  padding: 10px;
  border-radius: 50%;
}
.podcast-text-des {
  font-size: 14px;
  margin-bottom: 0;
}
.podcast-section {
  padding: 36px 0px;
  background: var(--Teal-light, #E5FFFB);
}
.Popular-Videos {
  padding: 36px 0px;
}

.Popular-Videos .btn-light-wright {
  width: 100%;
}
.Popular-Videos .col-md-4{
  padding: 0;
}

.Popular-Videos .col-md{
  padding: 0;
}

.Popular-Videos h2 {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 600;
  margin-left: 20px;
}

.popular-livestreame {
    padding: 36px 20px;
}

.popular-livestreame .blog-div-right , .editor-recommendation .blog-div-right {
  padding: 36px 0px 0px;
}

.editor-recommendation {
  padding: 36px 20px;
}

.news-letter-subscribe {
  padding: 48px 20px;
}
.news-letter-subscribe p {
  font-size: var(--font-size-16);
  margin-bottom: 16px;
}

.news-letter-subscribe h2 {
  font-size: var(--font-size-20);
  margin-bottom: 16px;
  font-weight: 600;
}

.mobile-control-view-with-titte{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 24px;
}

}