@charset "UTF-8";

.header-menu-list__item.blog{ position: relative;}
.header-menu-list__item.blog img{ position: absolute; width: 35px;}

@media screen and (min-width: 992px) { .header-menu-list__item.blog img{ top:4px; right: -32px; } }
@media screen and (max-width: 991px) { .header-menu-list__item.blog img{ top:1px; right: calc( 50% - 35px - 1.5em ); } }