/*in theme custom css*/
.blog-post-content-four .title {
    font-size: 16px;
    margin-bottom: 15px;
    color: #009cf7;
    height: 50px;
}
footer.nextzen_footer_area {
    overflow: hidden;
    position: relative;
}
footer.nextzen_footer_area:after {
    content: "";
    background-image: url(/storage/brands/nextzen-logo-3.webp);
    height: 550px;
    width: 100%;
    position: absolute;
    bottom: -215px;
    opacity: 0.04;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(1);
}