

.other-blog-section {
  background: var(--Pink-light, #ffebfc);
}

.other-blog-section.ai-Risk-Modeling {
  padding: 36px 20px;
}

@media (min-width: 768px) {
  .other-blog-section.ai-Risk-Modeling {
    padding: 48px 140px;
    background: var(--Purple-Light, #efebff);
  }
}

.other-blog-section .blog-div-right {
  padding: 36px 15px 0;
}

@media (min-width: 768px) {
  .other-blog-section .blog-div-right {
    padding: 0 16px 0 0;
  }
}

.other-blog-section .blog-div-right .carousel-item .row {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}

.other-blog-section .blog-div-right .card {
  width: 258px;
  padding: 16px;
  border-radius: 16px;
  height: 100%;
}

.other-blog-section .blog-div-right .card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.other-blog-section .blog-div-right .card-body p {
  margin-bottom: 0;
}

.other-blog-section .blog-heading-ai {
  color: var(--Grey-900, #101828);
  
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  white-space: normal;
}

.other-blog-section .blog-text-ai {
  font-size: 12px;
  white-space: normal;
}

.other-blog-section .blog-div-right .card .ai-top-img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
  height: 135px;
}

.other-blog-section .blog-div-right .card-footer {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.03);
  border-top: 0;
  margin-top: 13px;
}

.other-blog-section .blog-div-right .card-footer a {
  color: var(--Pink-Dark, #d57bc8);
  
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.other-blog-section .other-blog-heading {
  font-size: var(--font-size-24);
  font-weight: 600;
}

.other-blog-section .read {
  color: var(--Grey-400, #98a2b3);
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.other-blog-section .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.other-blog-section .col-md-3 .carousel-control-prev {
  left: 22px;
  opacity: 1;
  max-height: 100%;
  bottom: 33px !important;
}

@media (max-width: 767px) {
  .other-blog-section .col-md-3 .carousel-control-prev {
    left: 0;
    bottom: 0 !important;
    width: 130%;
  }
}

.other-blog-section .col-md-3 .carousel-control-next {
  left: 90px;
  opacity: 1;
  max-height: 100%;
  bottom: 33px !important;
}

@media (max-width: 767px) {
  .other-blog-section .col-md-3 .carousel-control-next {
    left: auto;
    bottom: 0 !important;
    width: 35%;
  }
}
