div.headline {
    text-align     : center;
    font           : normal normal 500 36px/44px Bitter;
    letter-spacing : 0;
    color          : #333333;
    opacity        : 1;
    margin         : 100px auto 40px auto;
    max-width      : 600px;
}

div.headline:before {
    width            : 70px;
    height           : 7px;
    background-color : var(--secondary-color);
    content          : '';
    top              : 0;
    display          : block;
    margin-left      : auto;
    margin-right     : auto;
    margin-bottom    : 25px;
}

img.plus {
    width         : 17px;
    height        : 17px;
    border-radius : 50%;
}

.cornerBottomRight {
    border-bottom-right-radius : var(--itrk-border-radius-outer);
}

div#products-banner {
    background      : url('/gfx/Banner2021/header3.svg') no-repeat center;
    background-size : cover;
    width           : 100%;
    height          : 275px;
}

div#products-banner h1 {
    padding-top    : 50px;
    text-transform : uppercase;
    font           : var(--font-h1);
    text-align     : center;
}