    .cr-blog-details-paragrap .cr-content-wrapper {
        max-width: 900px;
        margin: 0 auto;
        color: #18181a;
        line-height: 1.6;
    }
    .cr-blog-details-paragrap p {
        font-size: 14px ;
        line-height: 1.8 ;
        margin-bottom: 20px ;
        text-align: justify ;
        color: #18181a ;
    }
    .cr-blog-details-paragrap h2 {
        font-size: 20px ;
        color: #18181a ;
        font-weight: 700 ;
        margin: 35px 0 20px 0 ;
        padding-bottom: 10px ;
        border-bottom: 2px solid #eee ;
        text-transform: capitalize;
    }
    .cr-blog-details-paragrap h3 {
        font-size: 18px ;
        margin: 25px 0 15px 0 ;
        font-weight: 600 ;
        font-style: normal ;
        color: #18181a ;
    }
    .cr-blog-details-paragrap h4 {
        font-size: 16px ;
        margin: 25px 0 15px 0 ;
        font-weight: 600 ;
        font-style: normal ;
    }
    .cr-blog-details-paragrap ul {
        margin-bottom: 25px ;
        padding-left: 20px ;
    }
    .cr-blog-details-paragrap li {
        font-size: 14px ;
        margin-bottom: 10px ;
        list-style-type: disc ;
    }
    .cr-blog-details-paragrap img {
        display: block ;
        max-width: 100% ;
        height: auto ;
        margin: 25px auto ;
        border-radius: 12px ;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) ;
        transition: transform 0.3s ease;
    }
    .cr-blog-details-paragrap img:hover {
        transform: scale(1.02);
    }
    .cr-blog-details-paragrap a {
        color: #014f2b ;
        text-decoration: none ;
        font-weight: 600 ;
        border-bottom: 1px dashed #014f2b;
    }

    .cr-blog-details-paragrap a:hover {
        color: #014f2b ;
        border-bottom-style: solid;
    }
    @media (max-width: 768px) {
        .cr-blog-details-paragrap h2 {
            font-size: 20px !important;
        }
        .cr-blog-details-paragrap h3 {
            font-size: 17px !important;
        }
        .cr-blog-details-paragrap p {
            font-size: 14px !important;
        }
    }
