.profile-heading {
    color         : rgba(137, 28, 2, 255);
    font-weight   : 300;
    line-height   : 1;
    letter-spacing: -.05rem;
}

.profile-title {
    font-size: 1.25rem;
}

.profile img {
    width    : 460px;
    max-width: 95%;
    display  : block;
    margin   : auto;
}

.meaty-tidbit {
    font-weight: bold;
    font-size  : 1.25rem;
}

.profile-divider {
    margin: 2rem 0;
    /* Space out the Bootstrap <hr> more */
}

@media (min-width: 576px) {
    .profile-heading {
        font-size: 50px;
    }

    .profile-title {
        font-size: 1.75rem;
    }

    .profile-divider {
        margin: 3rem 0;
    }
}