.new-page-head {
    background: url('../images/fight-against-cancer.jpg');
    background-position: center;
    background-size: cover;
    height: 135px;
}

.new-page-title {
    color: white;
}

.new-page-title h1 {
    font-size: 31px;
    margin: 0px;
}

.new-title-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 10px;
    overflow: hidden;
}


@media (max-width: 600px) {
    .new-page-title h1 {
        font-size: 24px;
    }

    .new-title-container {
        align-items: flex-start;
    }
}