 .npage-link {
    display: block;
    border: 1px solid #586A90;
    background-color: #586A90;
    border-radius: 3px;
    padding: 15px 8px;
    text-align: center;
    color: white;
    margin-bottom: 5px;
    font-size: 1.7rem;
    font-weight: bold;
}
.npage-link:hover {
    text-decoration: none;
    color: #fafafa;
    opacity: 0.9;
}

@media screen and (max-width: 990px) {
    .npage-link {
        padding: 10px 0;
        width: 100%;
    }
}

.papi-title {
    font-size: 1.2rem;
}

.pro-buyer-help-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro-buyer-help-link div:first-child {
    margin-right: 10px;
}