header h1:not(:last-child), header .h1:not(:last-child) {
    font-size: 56px;
    color: var(--color-sherpa-blue-80);
}

h1, .h1 {
    font-size: 55px;
    line-height: 1.15;
    font-weight: 600;
    color: var(--color-sherpa-blue-80);
    margin-bottom: 0.4em;
}
h2, .h2 {
    font-size: 36px;
    line-height: 1.1115;
    font-weight: 600;
    margin-bottom: 35px;
    color: var(--color-sherpa-blue-80);
}
h3, .h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 0.6em;
    color: var(--color-sherpa-blue-80);
}
h4, .h4 {
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 0.4em;
    color: var(--color-dark-grey-1);
}
h5, .h5 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    color: var(--color-sherpa-blue-80);
}
h6, .h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--color-dark-grey-1);
}
header h1 + h2, header .h1 + .h2 {
    font-size: 36px;
    line-height: 40px;
    /*font weight: SemiCondensed*/
    margin-top: 8px;
    margin-bottom: 35px;
    color: var(--color-dark-grey-1);
}

header h2 + h3, header .h2 + .h3 {
    margin-top: -25px;
}

header h3 + h4, header .h3 + .h4 {
    margin-top: 0;
}

header h4 + h5, header .h4 + .h5 {
    margin-top: -10px;
}

header h5 + h6, header .h5 + .h6 {
    margin-top: -10px;
}

@media screen and (max-width: 1280px) {
    h1, .h1 {

    }
    h2, .h2 {

    }
    h3, .h3 {
        font-size: 32px;
        line-height: 35px;
    }
    h4, .h4 {
    }
    h5, .h5 {

    }
    h6, .h6 {

    }
}
@media screen and (max-width: 834px) {
    h1, .h1 {

    }
    h2, .h2 {

    }
    h3, .h3 {
        font-size: 28px;
        line-height: 32px;
    }
    h4, .h4 {
    }
    h5, .h5 {

    }
    h6, .h6 {

    }
}

@media screen and (max-width: 666px) {
    header h1, header .h1, header h1:not(:last-child), header .h1:not(:last-child) {
        font-size: 30px;
    }

    header h2, header .h2 {
        font-size: 24px;
    }

    header h1 + h2, header .h1 + .h2 {
        font-size: 20px;
        line-height: 1.25;
    }
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
    /*margin-bottom: 0;*/
}