.blogs-by-author .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;
}
.blogs-by-author h3{
    font-family: var(--pnb);
    font-size: 3rem;
    margin: 58px 0;
    color: #004BB2;
    
}

.blogs-by-author .blogCard .blogCard-bgImg, 
.blogs-by-author .blogCard .blogCard-bgImg .bgImg {
    display: inline-block;
    width: 100%;
    height:auto;
    position: relative;
}
.blogs-by-author .blogCard .blogCard-bgImg .bgImg img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.blogs-by-author .blogCard .blogCard-text-area .card-profile-area .card-profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    top: 0;
}
.blogs-by-author .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;
} 
.blogs-by-author .blogCard .blogCard-text-area {
    width: 100%;
    min-height: 250px;
    display: inline-block;
    padding: 26px 15px 15px;
}
.blogs-by-author .blog_img .profileName{
    display:block;
    font-family: var(--pnb);
    font-size: 0.875rem;
    color: var(--white);
    line-height: 1.5;
}
.blogs-by-author .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);
}    
.blogs-by-author .blogCard .blogCard-text-area .card-discription {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.blogs-by-author .blogCard .card-title a {
    color: var(--darkgrey);
}
.blogs-by-author .blogCard .card-title a:hover{
    text-decoration: none;
}
.blogs-by-author .blogCard .card-profile a:hover{
    cursor: pointer;
    text-decoration: none;
}
.blogs-by-author .card-profile-area{
    width: 95%;
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: inline-flex;
    align-items: center;
}
.blogs-by-author .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);
}    
.blogs-by-author .card-discription a{
    color: var(--black);
    text-decoration: none;
}   
@media only screen and (min-width:767px){
    .blogs-by-author .blogCard {
        width: calc(33% - 62px);
        margin-bottom: 70px;
        background-color: var(--white);
    }
    .blogs-by-author .blogCard:nth-child(3n-1) {
        margin: 0 40px 40px;
    }
    .blogs-by-author .blogCard:nth-child(3n-2){
        margin-left: 30px;
    }
/* .blogAuthor_wrapper{
    display: inline-flex;
    justify-content: center;
} */
}
@media only screen and (min-width:1023px){
.blogs-by-author .blogCard {
    width: calc(33% - 45px);
    margin-bottom: 70px;
    background-color: var(--white);
}
.blogs-by-author .blogCard:nth-child(3n-1) {
    margin: 0 40px 70px;
}
}

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

.blogs-by-author .blogCard .show-desktop:focus-visible {
    outline: #2f2452 3px dashed !important;
    outline-offset: 2px;
}

.blogs-by-author .blogCard .blog-by-author-card-description:focus-visible,
.blogs-by-author .blogCard .blogAuthorCard_cta:focus-visible {
    outline: #2f2452 3px dashed !important;
    outline-offset: 2px;
}