.blog-card {
       border: 2px solid #333;
       border-radius: 12px;
       -webkit-transition: .2s;
       transition: all .2s ease;
       cursor: pointer;
       padding:0px !important;
    }
    .blog-card .blog-img-div{
        position: relative;
        height:150px;
    }
    .blog-card .blog-img-div .blog-img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 12px 12px 0 0;
        vertical-align: middle;
    }
    .blog-card .blog-title-div {
        background-color: #000000;
        backdrop-filter: blur(5px);
        border-radius: 0 0 12px 12px;
        z-index: 1;
        overflow: hidden;
        position: relative;
    }
    .blog-card .blog-title-div .blog-title-bg-img
    {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        z-index: -1;
    }
    .blog-title-text
    {
        z-index: 1;
        padding: 16px;
        position: relative;
        min-height: 115px;
    }
    .blog-card .blog-title-div .blog-date {
        color:rgb(255 255 255 / 80%);
        margin-bottom: 5px;
        font-size: 15px;
        /* font-family: Inter !important; */
    }
    .blog-card .blog-title-div .blog-title
    {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin: 0;
        text-align: left;
    }
    .blog-card .blog-title-div::before
    {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1a1a1acc;
        background: #000000;
    }
    .blog-card:hover {
        -webkit-box-shadow: rgba(255, 92, 138, .2) 0 7px 29px 0;
        box-shadow: rgba(255, 92, 138, .2) 0 7px 29px 0;
    }
    .truncate-2-lines {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .blogs-title{
        font-size:72px !important;
    }
    .blogs-subtitle{
        max-width: 500px;
        margin:0 auto;
    }
    .page-title-container{
        border-bottom:0px;
        padding: 25px 0px 10px 0px;
    }
    .author-banner {
        background: url(https://d2q9lphzn5ioni.cloudfront.net/uploads/uploads_img/author-banner.png);
        background-color: var(--bg-black);
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 60px 0 0;
        position: relative;
        text-align: center;
        color: #fff;
        min-height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        border-bottom: 1px solid #d4d4d4;
    }
    .author-container {
        padding-bottom: 50px;
        z-index: 2;
    }
    .author-avatar-wrapper {
        width: 150px;
        height: 150px;
        margin: 0 auto 20px;
        border-radius: 50%;
        overflow: hidden;
        border: 5px solid rgba(255, 255, 255, .5);
        box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
        transform: translateY(40px);
        position: relative;
        z-index: 10;
    }
    .author-name {
        /* font-family: Inter; */
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 4px;
        color: var(--color-2);
        margin-top: 67px;
    }
    .author-role {
      font-size: 13px;
      color: #c9c5dc;
      margin: 0;
      font-weight: 300;
      letter-spacing: 0.01em;
    }
    .author-role span {
      color: #ff5c8a;
      font-weight: 400;
    }
    .author-description {
        text-align: left;
        /* font-family: Inter; */
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 31px;
        color: var(--color-2);
    }
    .section-title {
        /* font-family: Inter; */
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        color: var(--color-2);
        text-align: left;
    }
    .author-avatar-wrapper {
        width: 150px;
        height: 150px;
        margin: 0 auto 20px;
        border-radius: 50%;
        overflow: hidden;
        border: 5px solid rgba(255, 255, 255, .5);
        box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
        transform: translateY(40px);
        position: relative;
        z-index: 10;
    }