.lqd-post-cover {
    margin-bottom: 70px
}



.blog-container {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto
}

h1.blog-title {
    margin-bottom: .35em;
    font-size: 44px
}

h3.blog-sub-title {
    font-weight: 700;
    line-height: 1.2em;
    font-size: 30px;
    color: #181b31;
}

.cat-links a {
    position: relative
}

.cat-links a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: currentColor
}

@media screen and (min-width: 992px) {
    .blog-container {
        width: 80vw
    }
}

@media screen and (min-width: 1200px) {
    .blog-container {
        width: 50vw
    }
}

@media screen and (max-width: 479px) {
    .blog-container {
        padding-bottom: 15px
    }
}

@media screen and (max-width: 360px) {
    h1.entry-title {
        font-size: 36px
    }
}

.lqd-post-media img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.blog-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.ld-lazyload.loaded {
    opacity: 1;
}


.ld-lazyload {
    opacity: .0001;
    transition: opacity 1s;
}

.blog-content,
.entry-header {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.73em;
    font-size: 19px;
    color: #737373;
}

@media screen and (max-width: 991px) {
    .blog-post-footer {
        padding-inline-start: 0;
        padding-inline-end: 0;
        margin: 30px 15px;
    }
}

.blog-post-footer {
    padding-top: 50px;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
    font-size: 13px;
}

.d-flex {
    display: flex !important;
}