.swp-page-header--white {
    width: 100%;
    height: 60px;
    padding: 0 21px;
    background-color: var(--white);
}

.swp-page-header {
    margin: 40px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--borderColor);
}

.swp-h1.swp-page-header--h1 {
    font-size: 21px;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .swp-page-header--white {
        height: auto;
        padding: 15px 20px 20px;
    }
}
