.blog-page-container {
    width: 80%;
    background-color: var(--primary);
    margin: 0px auto;
    margin-bottom: 7rem;
}

.blog-header {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    color: var(--primaryTextColor);
    margin-top: 5rem;
}

.border-right {
    border: 0.8px solid rgba(25, 0, 65, 0.12);
    margin-left: 1rem;
}

.blog-cards {
    width: 25vw;
    /* width: 25rem; */
    display: flex;
    flex-direction: column;
    row-gap: 1vw;
}

.blog-font14px {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.blog-font20px {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.blog-font88px {
    font-size: 88px;
    font-weight: 700;
    line-height: 96px;
}

.mrtop-1rem {
    margin-top: 1rem;
}

.blog-card-container {
    margin-top: 6rem;
    display: flex;
    flex-direction: row;
    gap: 40px 2.5vw;
    width: 80vw;
    flex-wrap: wrap;
}

.width100per {
    width: 100%;
}

/* 
 */
.main-blog-section {
    width: 55%;
    padding-top: 5%;
}

.title-of-blog {
    font-size: 51px;
    font-weight: 800;
    line-height: 54.6px;
    padding-top: 2%;
}

.news-sec {
    display: flex;
}

.product-color {
    color: rgba(151, 151, 151, 1);
}

.featured {
    padding-left: 1%;
    display: flex;
    gap: 3px;
}

.featured-text {
    color: rgba(71, 181, 117, 1);
}

.des-one {
    font-size: 21px;
    font-weight: 400;
    line-height: 29px;
    color: rgba(21, 23, 26, 1);
}

.pd-top-3per {
    padding-top: 3%;
}

.writer-identity {
    padding-top: 1.2%;
}

.writer-name {
    font-size: 17px;
    font-weight: 700;
    line-height: 19.55px;
    color: rgba(21, 23, 26, 1);
}

.blog-details {
    padding-top: 1%;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: rgba(151, 151, 151, 1);
    display: flex;
    align-items: center;
    gap: 2%;
}

.dot-for-adjust {

    width: 4px;
    height: 4px;
    background-color: rgba(151, 151, 151, 1);
    border-radius: 50%;


}

.blog-des-img-1 {
    padding: 5% 0% 10% 0%;
}

.blog-des-img-1 img {
    width: 100%;
}

.blog-title {
    width: 97%;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(21, 23, 26, 1);
}

.blog-description-text {
    width: 97%;
    padding: 2% 0% 2% 0%;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(21, 23, 26, 1);
}

.des-image-2 {
    width: 90%;
}

.des-image-3 {
    width: 97%;
    margin: 0px auto;
}

.des-image-3 img {
    width: 100%;
    /* margin: 0px auto; */
}

.pd-top-4per {
    padding-top: 4% !important;
}

.gap5per {
    gap: 5%;
}

.case-study {
    color: rgba(151, 151, 151, 1);
    font-size: 14px;
    font-weight: 600;
}

.mrbottom2per {
    margin-bottom: 2%;
}

.blog-heading {
    font-size: 25px;
    font-weight: 800;
    line-height: 31px;
    margin: 0.8rem 0rem;
    cursor: pointer;
}

.blog-content1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0.8rem 0rem;
}

.blog-font32px {
    font-size: 28px;
}

@media(max-width:968px) {
    .title-of-blog {
        font-size: 46px;
    }

    .des-one {
        font-size: 18px;
    }

    .blog-font88px {
        font-size: 46px;
    }

    .main-blog-section {
        width: 70%;
    }

    .blog-font32px {
        font-size: 18px;
    }

    .blog-heading {
        font-size: 14px;
        line-height: 22px;
    }

    .case-study {
        font-size: 12px;
    }

    .featured-text {
        font-size: 14px;
    }

    .featured-svg img {
        width: 14px;
        height: 14px;
    }

    .blog-cards {
        width: 20rem;
    }
}

@media(max-width:822px) {

    .blog-cards {
        width: 50vw;
    }

    .blog-font88px {
        font-size: 38px;
        line-height: 50px;
    }

    .blog-card-container {
        justify-content: center;
    }

}

@media (max-width:425px) {
    .title-of-blog {
        padding-top: 1rem;
        font-size: 22px;
        line-height: 28px;
    }

    .featured {
        padding-left: 5%;
        align-items: center;
    }

    .featured-svg img {
        width: 12px;
        height: 12px;
    }

    .des-one {
        padding-top: 1.5rem;
        font-size: 14px;
        line-height: 22px;
    }

    .pd-top1-rem {
        padding-top: 1.5rem;
    }

    .main-blog-section {
        width: 75%;
    }


    .product-color,
    .featured-text,
    .blog-font14px,
    .blog-details,
    .blog-description-text {

        font-size: 12px;
    }

    .border-right {
        margin-left: 0.5rem;
    }

    .blog-font88px {
        font-size: 22px;
    }

    .blog-font32px,
    .writer-name,
    .blog-title {
        font-size: 14px;
        text-align: center;
    }

    .blog-title,
    .blog-description-text {
        line-height: 20px;
    }

    .news-sec {
        align-items: center;
    }

    .blog-cards {
        width: 62vw;
    }

    .blog-content1 {
        font-size: 13px;
        line-height: 18px;
    }

    .blog-content {
        height: 15vh;
    }

    .blog-topic {
        margin-bottom: 0.5rem;
    }

    .mrleft2rem {
        margin-left: 1rem;
    }
}