.blog-deatil-page p {
    color: #1E1E1E !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30pxm;
    margin-block-start: 10px;
    font-family: "Outfit", sans-serif;
}
.blog-deatil-page h2,
.blog-deatil-page h3,
.blog-deatil-page h4,
.blog-deatil-page h5,
.blog-deatil-page h6{
    font-weight: 600;
    color: #000;
    font-size: 24px;
    line-height: 34px;
    font-family: "Outfit", sans-serif;
    padding-top: 30px;
}
.blog-deatil-page p strong,
.blog-deatil-page strong,
.blog-deatil-page ul li b{
    font-weight: 500 !important;
}
.blog-deatil-page ul li b{
    font-size: 20px !important;
}
.blog-deatil-page ul {
    margin-block-start: 16px;
}
.blog-deatil-page ul li {
    margin-bottom: 10px;
    color: #1E1E1E !important;
    position: relative;
    padding-left: 20px;
}
.blog-deatil-page ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    min-width: 4px;
    background-color: var(--black);
    border-radius: 50%;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.blog-deatil-page ul li span{
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #000;
    font-family: "Outfit", sans-serif;
}
.blog-deatil-page a,
.blog-deatil-page p a{
    text-decoration: underline;
    color: #1E1E1E !important;
    font-family: "Outfit", sans-serif;
    font-size: 1.25rem;
    line-height: 1.875rem;
}
.blog-deatil-page figure{
    padding-top: 20px;
}
.blog-deatil-page table{
    border: 1px solid #EAECF0 !important;
    padding-top:30px;
    border-radius: 8px;
    background-color: var(--white);
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
    border-spacing: 0px;
    caption-side: bottom;
}
.blog-deatil-page tbody, 
.blog-deatil-page td, 
.blog-deatil-page tfoot, 
.blog-deatil-page th, 
.blog-deatil-page thead, 
.blog-deatil-page tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.blog-deatil-page tr {
    align-items: center;
    gap: 0px;
    border-bottom: 1px solid #EAECF0;
}
.blog-deatil-page th, 
.blog-deatil-page td {
    color: #667085;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    background-color: #fff !important;
    --bs-table-color-type: #fff !important;
    --bs-table-bg-type: #fff !important;
}
@media only screen and (max-width: 1024px) {
    .blog-deatil-page p,
    .blog-deatil-page a,
    .blog-deatil-page p a,
    .blog-deatil-page ul li span{
        font-size: 15px;
        line-height: 28px;
    }
    .blog-deatil-page .blog-details__content h2,
    .blog-deatil-page .blog-details__content h3,
    .blog-deatil-page .blog-details__content h4,
    .blog-deatil-page .blog-details__content h5,
    .blog-deatil-page .blog-details__content h6{
        font-size: 18px !important;
        line-height: 28px;
    } 
    .blog-deatil-page ul li b{
        font-size: 18px !important;
    }
}
@media only screen and (max-width: 767px) {
    .blog-deatil-page figure.wp-block-table.is-style-stripes{
        max-width: 767px;
        overflow-x: scroll;
    }
    .blog-deatil-page figure table{
        min-width: 767px;
    }
}












