
.h1-white, .h1-black, .h1-white-left, .h1-black-left {
    font-size: 52px;
    font-weight: 100;
    text-align: center;
    line-height: 55px;
}
.h1-black, .h1-black-left {
    font-weight: 300;
}
.h2-white, .h2-black-left, .h2-black, .h2-grey, .h2-grey-left {
    font-size: 35px;
    font-weight: 300;
    margin-top: 10px;
    text-align: center;
    line-height: 36px;
}
.h3-white, .h3-black, .h3-black-left, .h3-grey, .h3-grey-left, .h3-grey-left-button, .h3-dark {
    font-size: 16px;
    font-weight: 300;
    margin-top: 4px;
    text-align: center;
    line-height: 24px;
}
.h4-grey-left {
    font-size: 11px;
    font-weight: 300;
    margin-top: 4px;
    text-align: start;
    line-height: 18px;
    color: #969696;
    width: 400px;
}
.h1-white, .h1-white-left, .h2-white, .h2-white-left, .h3-white {
    color: #ffffff
}
.h1-black, .h2-black, .h2-black-left, .h3-black, .h3-black-left {
    color: #000000
}
.h1-grey, .h2-grey, .h2-grey-left, .h3-grey, .h3-grey-left, .h3-grey-left-button {
    color: #969696;
}
.h3-dark {
    color: #4E4E4E;
    font-weight: 400;
}
.h3-black, .h3-black-left {
    font-weight: 400;
}
.h1-white-left, .h1-black-left, .h2-white-left, .h2-black-left, .h3-grey-left, .h3-grey-left-button, .h3-black-left {
    text-align: start;
}




.h3-grey-left-button {
    cursor: pointer;
    transition: color 0.2s;
}
.h3-grey-left-button:hover {
    color: #ffffff;
}
.h3-grey-left-button:active {
    color: #ffffff;
}