.x-large {
    font-size: 9rem !important;
    line-height: 1 !important;
}
.journal-card-title {
    font-weight: bold;
    letter-spacing: -.025rem;
    line-height: 140%;
    margin-top: .5rem;
}
.journal-card-author {
    font-weight: bold;
    background-color: #f5f8fa !important;
    border-bottom: none;
}
.journal-watch-link-container a {
    position: relative;
    bottom: 3rem;
}

#single-journal .page-subtitle {
    color: #555;
    font-size: 1.15rem;
}
#single-journal .page-description {
    font-style: italic;
}
#single-journal .cta-affiliation {
    font-size: .8rem;
    color: #666;
}

/****************************************
*** Media Queries ***
*****************************************/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}
.page-section-title {
    font-size: 1.5rem;
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .page-section-title {
        font-size: 1.75rem;
    }
    .page-subtitle {
        line-height: 130%;
        font-size: 1.25rem;
        letter-spacing: .05rem;
    }
}