.cb19-header {
    background-image: url('/s/a/cb19/bg.jpg');
    background-size: cover;
    padding: 16px;
}

.cb19-hero {
    background-color: rgba(255, 255, 255, 0.8);
    color: #c92138;
    display: inline-block;
    line-height: 1.2;
    margin: 80px 0;
    padding: 32px;

}

.cb19-hero__title1 {
    font-size: 48px;
    font-weight: 300;
}

.cb19-hero__title {
    font-size: 64px;
    font-weight: bold;
    text-transform: uppercase;
}

.cb19-hero__subtitle {
    font-size: 24px;
    margin: 24px 0;
}

a.cb19-hero__btn {
    background-color: rgba(201, 33, 56, 0.7);
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 16px 0;
    padding: 16px 64px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    transition-property: background-color;
    transition-duration: 0.5s;
}

.cb19-hero__btn:hover {
        background-color: rgba(201, 33, 56, 1);
}

.cb19-hero__btn i {
    text-transform: none;
    font-weight: normal;
}

a.cb19-hero__btn--short i {
    display: none;
}


@media (max-width: 640px) {
    .cb19-hero {
        display: block;
        line-height: 1.2;
        margin: 16px 0;
        padding: 16px;
    }

}

@media (max-width: 580px) {

    .cb19-hero__title1 {
        font-size: 24px;
    }
    .cb19-hero__title {
        font-size: 32px;
    }
    .cb19-hero__subtitle {
        font-size: 16px;
        margin: 16px 0;
    }
}
