@charset "utf-8";

.hero_box {
    background: url(/common/images/journal/index/hero.jpg) no-repeat center center / cover;
}

.hero_casestudy { background: url(/common/images/journal/index/hero_casestudy.jpg) no-repeat center center / cover; }
.hero_journal { background: url(/common/images/journal/index/hero_journal.jpg) no-repeat center center / cover; }
.hero_whitepaper { background: url(/common/images/journal/index/hero_whitepaper.jpg) no-repeat center center / cover; }

.intro_menu>div:nth-of-type(1)>h1,
.intro_menu>div:nth-of-type(1)>ul.list_journal {
    margin-bottom: 10px;
}

.intro_menu>div:nth-of-type(1)>p {
    margin-bottom: 30px;
}

.journal_tag>li {
    color: #fff;
    background: #B10F41;
}

@media (max-width:1024px) {}

@media (max-width:768px) {}