.talent-blog-top h3{
padding: 10px 25px;
}

.talent-blog-top {
  padding: 66px 0px;
  overflow: hidden;
  position: relative;
}

.custom-card {
  border-radius: 10px;
  border: 1px solid #0e21ba;
  position: relative;
  /* border: none; */
  overflow: hidden;
}

.custom-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.custom-card .card-title-overlay {
  letter-spacing: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background:rgb(13 24 86 / 70%);
  color: white;
  text-align: center;
  padding: 0.4rem;
  font-weight: 500;
  font-size: 14px;
}

.talent-blog-main {
  padding: 50px 0px;
}