/* .footer_about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer_about .socials_wrap{
    text-align: right;
}

.footer_about .nav_link {
    margin-left: 20px;
    margin-bottom: 10px;
}

.footer_socials{
    margin-top: 20px;
}

.copy{
    font-size: 12px;
    text-align: right;
} */
.footer_about{
    text-align: center;
}

.footer_about .socials_wrap{
    margin-top: 20px;
}

.footer_about .nav_link {
    margin: 0 10px;
    margin-bottom: 10px;
}
.copy{
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}


@media screen and (min-width: 768px) {
    .post_item_cat{
        transition: 0.5s;
    }

    .post_item_cat:hover{
        opacity: 0.7;
    }

    .post_item_tags a{
        transition: 0.5s;
    }

    .post_item_tags a:hover{
        opacity: 0.7;
    }

    .footer_about{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .footer_about .socials_wrap{
        text-align: right;
    }

    .footer_about .nav_link {
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .footer_socials{
        margin-top: 20px;
    }

    .copy{
        font-size: 14px;
        text-align: right;
        margin-top: 0;
    }
}

/*# sourceMappingURL=common.css.map */
