.img-box { 
    height: 300px;
}
.img-box img { 
    width: 100%; 
    height: 100%;
    object-fit: cover;
}
.post-views {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    border: 1px solid var(--color-border);
    background-image: url('../images/eye.svg');
    background-size: 14px;
    background-repeat: no-repeat; 
    background-position: 10px 50%;
    line-height: 1;
    width: 82px;
    text-align: center;
    justify-content: center;
}

.icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
}

.icon-eye-black {
    width: 15px;
    height: 15px; 
    background-image: url('../images/eyeblack.svg');
}
.tag-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-style-one .description {
    font-size: 40px;
}

.footer-area .logo {
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .footer-style-one .description {
        font-size:30px;
        line-height: 35px
    }
}
