.padding_x_5p {
    padding: 0 5%;
}

/* blog heading  */

.blog-heading {
    color: #000;
    /* font-family: Open Sans; */
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

/* border section */

.border-section {
    padding: 6px 16px;
}

.border-column {
    border-bottom: 1px solid #E2E2E2 !important;
}

/* cards section */

.about-card-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.about-card-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.learn-more-btn {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* text-decoration-line: underline; */
}

.card-main {
    width: 33.3%;
    border: none !important;
}

.about-card-image {
    border-radius: 0 !important;
}



/* css for view blog page */

.view_blog_heading {
    color: #000;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bi-dot {
    -webkit-text-stroke: 2px;
}

.view_blog_card_title {
    color: #000;
    font-family: Open Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.view_blog_card_text {
    color: #000;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.view_blog_reference {
    color: #000;
    font-family: Open Sans;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    /* text-align: end; */
    position: absolute;
    right: 0;
    top: 100%;
}

.related_heading {
    color: #000;
    font-family: Open Sans;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* media queries for blog page and view blog page */

@media screen and (max-width:768px) {
    .card-main {
        width: 100%;
        /* padding: 10px; */
        margin: 6px 16px;
        max-height: 300px;
        display: flex;
        gap: 20px;
        border-bottom: 1px solid #E2E2E2 !important;
        /* border-top: 1px solid #E2E2E2 !important; */
    }

    .about-card-title {
        font-size: 20px;
    }

    .about-card-text {
        font-size: 11px;
        margin-bottom: 0 !important;
        line-height: 18px;
    }

    .learn-more-btn {
        font-size: 14px;
        line-height: 0 !important;
    }

    .about-card-image {
        max-width: 30%;
    }

    .about-card-body {
        max-height: 200px;
        padding: 0 !important;
    }

    .blog-heading {
        font-size: 52px;
    }

    .view_blog_heading {
        font-size: 32px;
    }

    .view_blog_card_title {
        font-size: 20px;
    }

    .view_blog_card_text {
        font-size: 13px;
        line-height: 22px;
        text-align: justify;
    }

    .view_blog_reference {
        font-size: 10px;
        line-height: normal;
    }

    .related_heading {
        font-size: 32px;
        line-height: normal;
    }
}

@media screen and (max-width:446px) {
    .blog-heading {
        font-size: 32px;
        text-align: start;
    }
}