.related-blogs .blogCard {
  display: inline-block;
  height: auto;
  padding: 0 !important;
  border-radius: 10px;
  position: relative;
  margin-bottom: 26px;
  flex-basis: calc(33% - 24px) !important;
  box-shadow: 0px 0px 13px 5px #ebebeb;
  background-color: #fff;
}
.related-blogs h3 {
  font-family: var(--pnb);
  font-size: 3rem;
  margin: 50px 0;
  color: #004bb2;
  text-align: left;
}
.related-blogs h3.blogs_center {
  text-align: center;
}
.related-blogs h3.blogs_right {
  text-align: right;
}
.related-blogs h3.card-title {
  text-align: left;
}

.related-blogs .blogCard .blogCard-bgImg,
.related-blogs .blogCard .blogCard-bgImg .bgImg {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
}
.related-blogs .blogCard .blogCard-bgImg .bgImg img {
  width: 100%;
  height: auto;
  /* height: 230px; */
  border-radius: 10px 10px 0 0;
}
.related-blogs
  .blogCard
  .blogCard-text-area
  .card-profile-area
  .card-profile
  img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  top: 0;
}
.related-blogs .blogCard .blogCard-text-area .card-title {
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: var(--pnb);
  color: var(--darkgrey);
  margin: 0 auto 8px auto;
}
.related-blogs .blogCard .blogCard-text-area {
  width: 100%;
  min-height: 240px;
  display: inline-block;
  padding: 26px 15px 15px;
}
.related-blogs .blog_img .profileName {
  display: block;
  font-family: var(--pnb);
  font-size: 0.875rem;
  color: var(--white);
  line-height: 1.5;
}
.related-blogs .blogCard .blogCard-text-area .card-profile-area .card-profile {
  width: 90%;
  height: auto;
  position: relative;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  font-size: 0.875rem;
  font-family: var(--pnr);
  color: var(--lightgrey);
}
.related-blogs .blogCard .blogCard-text-area .card-discription {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.related-blogs .blogCard .card-title a {
  color: var(--darkgrey);
}
.related-blogs .blogCard .card-title a:hover {
  text-decoration: none;
}
.related-blogs .blogCard .card-profile a:hover {
  cursor: pointer;
  text-decoration: none;
}
.related-blogs .card-profile-area {
  width: 95%;
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: inline-flex;
  align-items: center;
}
.related-blogs .card-profile-area .card-profile {
  width: 90%;
  height: auto;
  position: relative;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  font-size: 0.875rem;
  font-family: var(--pnr);
  color: var(--lightgrey);
}
.related-blogs .card-discription a {
  color: var(--black);
  text-decoration: none;
}
@media only screen and (min-width: 767px) {
  .related-blogs .blogCard {
    width: calc(33% - 40px);
    margin-bottom: 70px;
    background-color: var(--white);
  }
  .related-blogs .blogCard:nth-child(3n-2) {
    margin-left: 3%;
  }
  .related-blogs .blogCard:nth-child(3n-1) {
    margin: 0 40px;
  }
  /* .blogAuthor_wrapper{
    display: inline-flex;
    justify-content: center;
} */
}
@media only screen and (min-width: 1023px) {
  .related-blogs .blogCard {
    width: calc(33% - 62px);
  }
  .related-blogs .blogCard:nth-child(3n-2) {
    margin-left: 5%;
  }
}

.card-discription a:focus-visible {
  display: block;
}