.npa-header {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;

    @media (max-width: 450px) {
        grid-template-columns: 1fr;
    }
}

.npa-header__image {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.npa-header__title {
    margin-top: 0;
    font-size: 1rem;
    line-height: normal;
}
