.text-intro {
    padding: 60px 32px 66px;
    margin-bottom: 60px;
    background: url('/includes/public/assets/shared/omaha.svg') no-repeat right -20px bottom / 343px auto;
}

.text-intro .inner {
    max-width: 1080px;
    margin: 0 auto;
}

.text-intro .content {
    max-width: 872px;
}

.text-intro .title {
    margin: 0 16px 10px 0;
    font-family: var(--bebas);
    font-weight: var(--font-weight-medium);
    font-size: 40px;
    line-height: 1.05;
    text-transform: uppercase;
    color: var(--blue-dark);
}

.text-intro .title b {
    display: block;
    font-weight: bold;
}

.text-intro .desc {
    margin-bottom: 15px;
    font-family: var(--avenir-roman);
    font-weight: normal;
    font-size: 15px;
    line-height: calc(4/3);
    color: var(--gray-dark);
}

@media (min-width: 64em) {
    .text-intro {
        padding: 120px 32px 74px;
        margin-bottom: 50px;
        background-position: right bottom;
        background-size: 1034px auto;
    }

    .text-intro .title {
        font-size: 60px;
        line-height: 1;
    }

    .text-intro .desc {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 1.5;
    }
}