.full-image img {
    width: 100%;
    height: auto;
}
.blog_detail_info ul {
    list-style: none;
    padding: 0;
}
li.blog_category {
    background: #F8F7F4;
    display: inline-block;
    padding: 3px 23px;
    border-radius: 3px;
    color: var(--text-color2);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
h1.custom-heading {
    font-size: 3rem;
    color: var(--primary-color);
    font-weight: 600;
    font-family: "Playfair Display", serif;
}
.wp-block-list li {
    margin-bottom: var(--wp--preset--spacing--10);
}



    section.single-portfolio ul li {
        margin-bottom: 6px;
    }
    p, li{
        font-size:16px;
    }
    section.single-portfolio :is(h2,h3,h4,h5,h6):not(:first-of-type) {
       margin-top: 23px;
       margin-bottom: 15px;
    }
    .video iframe {
       max-width: 100%;
       width:100%;
    }
    .single-portfolio img {
        max-width: 100%;
        height: auto;
    }
    .single-portfolio blockquote a {
        text-decoration: none;
        color: var(--primary-color);
    }
    .single-portfolio blockquote a:hover {
        color: #fff;
    }
    body.single.single-movie {
      background: #1c1c1c;
    }
    .wp-block-buttons .wp-block-button__link:hover {
        background: var(--primary-color) !important;
        color: #fff !important;
    }
    .wp-block-buttons .wp-block-button__link {
        transition: 0.3s all;
    }
    @media screen and (max-width: 767px) {
    
     .video iframe {
       height: auto;
       min-height: 240px;
     }
     .single-portfolio ul:last-child {
        margin-bottom: 0px;
     }
    
    }