#inner-headline ~ h4,
#inner-headline ~ ul,
#inner-headline ~ video {
    margin-left: 2.5rem;
}

#content ul {
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
}

#content h4.text-primary {
    color: #006699 !important;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

#content h4.text-primary:first-of-type {
    margin-top: 1.5rem;
}


#inner-headline {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

#content video {
    display: block;
    margin: 2rem 0 0;
    max-width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    justify-self: center;
}

#content {
    padding-bottom: 3.5rem;
}