.b-press__header {
    background: black;
    text-align: center;
    font-size: 3rem;
    color: white;
    text-transform: uppercase;
    padding: 2rem;
    margin: 0 0 2rem 0;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.b-press__header_underline {
    margin-top: .5rem;
}
.b-press__wrapper {
    max-width: 900px;
    margin: 0 auto;
}
.b-press__logo {
    text-align: center;
}
.b-press__logo_img {
    max-width: 200px;
    margin: .5rem 0;
}
.b-press__date {
    text-align: right;
    font-style: oblique;
}
.b-press__title {
    text-transform: uppercase;
    margin: 1rem auto 2rem;
    font-weight: 600;
    text-align: center;
    max-width: 560px;
    line-height: 140%;
}
.b-press__sub-title {
    font-style: oblique;
    margin: 1rem auto;
    font-weight: 500;
    text-align: center;
    max-width: 750px;
    line-height: 140%;
    font-size: 120%;
}
.b-press__p-img {
    margin: 2rem 0;
    text-align: center;
}
.b-press__p {
    font-size: 120%;
    line-height: 140%;
    margin: 1rem 0;
}
.b-press__p-img img {
    max-width: 90%;
    text-align: center;
}
