.pdCatchPhrase {
    width: 100%;
    text-align: center;
}

.pdCatchPhrase p {
    display: inline;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.4rem;
    color: #002E5E;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .pdCatchPhrase {
        padding: 0 20rem;
    }

    .pdCatchPhrase p {
        display: block;
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}