article.node--type-page.node--view-mode-full > .hero{
    padding: 60px 0;
    margin: 0 auto;
    max-width: 660px;
    position: relative;
    text-align: center;
}
article.node--type-page.node--view-mode-full > .hero:before{
    content: "";
    display: block;
    width: calc(100vw - 80px);
    max-width: 1840px;
    min-width: calc(100% + 40px);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    z-index: -1;
    background: var(--boston100);
    border-radius: 0 0 12px 12px;
}
article.node--type-page.node--view-mode-full > .hero:after{
    content: "";
    display: block;
    width: calc(100vw - 80px);
    max-width: 1840px;
    min-width: calc(100% + 40px);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translate(-50%, 0%);
    z-index: -1;
    background: transparent url(/themes/custom/bakalka/images/globus.svg) no-repeat right 130px bottom;
}
article.node--type-page.node--view-mode-full > .hero h2{
    font-size: 41px;
    line-height: 55px;
    letter-spacing: 0.41px;
    color: var(--boston950);
}
article.node--type-page.node--view-mode-full > .hero > a{
    display: inline-block;
    padding: 1px 36px 1px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.28px;
    color: var(--boston700);
    text-decoration: none;
    background: transparent url(/themes/custom/bakalka/images/odkaz-arrow-down.svg) no-repeat right center;
}
article.node--type-page.node--view-mode-full > .hero > a:hover{
    color: var(--boston900);
    background: transparent url(/themes/custom/bakalka/images/odkaz-arrow-down-900.svg) no-repeat right center;
}