.blog_section {
    padding: 70px 0;
}

.customer_review {
    display: flex;
    margin-top: 1rem;
    align-items: center;
    gap: 14px;
}

.customer_review img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 100%;
    object-position: top;
}

.blog_box__content span {
    color: var(--main-color);
}
.card-body ul,.details_content ul{
    padding-left: 1.5rem !important;
}
.card-body ul li,.details_content ul li{
    list-style: disc !important;
    list-style: square !important;
    list-style: circle !important;
    margin-top: 10px;
}

.blog_box__content h3 {
    font-size: 24px;
    margin-top: 10px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 10px !important;
}

.blog_box__content p {
    max-width: 690px;
    color: var(--black-color);
    font-size: 15px;
    line-height: 25px;
}

.customer_review__content p {
    text-transform: capitalize;
    color: var(--black-color);
}

.customer_review__content p span {
    font-weight: 600;
}

.blog_flex {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}

.blog_flex:last-child {
    border-bottom: 0;
}

.blog-img img {
    height: 160px;
    width: 160px;
    object-fit: contain;
}

.blog_section__right {
    position: sticky;
    top: 8rem;
    padding-top: 1rem;
    padding-left: 3rem;
}

.details_img img {
    width: 100%;
}

.details_content p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 1rem;
}
.blog-categories{
    position: sticky;
    top: 10rem;
}

.blog-categories h3{
    font-size: 22px;
    text-transform: capitalize;
}
.details_content h3{
    font-size: 26px;
}
.details_content h1{
    font-size: 28px !important;
}
.details_content h5{
    font-size: 16px;
}


.blog-categories a{
    display: block;
    margin-top: 1rem;
    text-transform: capitalize;
    color: #434343;
}
.blog-categories{
    background-color: #FAFAFA;
    padding: 1rem;
    border: 1px solid #ccc;
}
.text-base{
    padding-top:0 !important;
    padding-bottom:0 !important;
}

.details_content th,.details_content td{
    border: 1px solid #000!important;
}
.details_content table{
    width: auto !important;
    margin-right: 0 !important;
    margin-top: 1rem;
}
.details_content ._tableWrapper_16hzy_14{
    padding-left: 0 !important;
}
.details_content h4{
    margin-top: 1rem;
    font-size: 18px !important;
    
}
.details_content h4 span{
    font-size: 18px !important;
}

@media(max-width:1440px){
    .blog-categories{
        top: 7rem;
    }
}
@media(max-width:992px) {
    .blog_section__right {
        padding-left: 0;
    }
    .blogs-left{
        display: none;
    }
}

@media(max-width:768px) {
    .blog_section {
        padding: 40px 0;
    }
    .details_content h3{
        margin-top: 1rem;
        font-size: 25px;
    }
    .details_content p{
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px;
    }

    .blog_box__content h3 {
        font-size: 18px;
        line-height: 26px;
        margin: 0.3125rem 0 !important;
    }

    .blog_box__content span,
    .blog_box__content p,
    .customer_review__content p {
        font-size: 14px;
    }

    .blog_section__right img {
        width: 100%;
    }
}

@media(max-width:450px) {
    .blog_flex {
        flex-direction: column-reverse;
    }

    .customer_review img {
        height: 40px;
        width: 40px;
    }

    .blog-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}