.site-content {
    padding-top: 64px;
}

.page-header-section {
    position: relative;
    z-index: 2;
}

.page-header-section:not(.front-header-section) .page-header-section-lead-title {
    font-feature-settings: 'palt' on;
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.875;
}

.page-header-section:not(.front-header-section) .page-header-section-title {
    font-size: 1.25rem;
    line-height: 1.5;
}

.getshifter-brand-assets {
    margin-inline: 23.5px;
    padding-block: 80px;
    position: relative;
    z-index: 2;
}

.getshifter-brand-assets .brand-assets-list {
    display: grid;
    gap: 50px 0;
}

.getshifter-brand-assets .brand-asset-item {
    display: block;
}

.getshifter-brand-assets .brand-asset-item > a {
    display: block;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.getshifter-brand-assets .brand-asset-item > a .brand-asset-image {
    border: 1px solid #f3eaf3;
    border-radius: 12px;
    box-shadow: 12px 12px 0 rgba(183, 152, 184, 0.25);
    overflow: hidden;
}

.getshifter-brand-assets .brand-asset-item > a .brand-asset-name {
    color: #892885;
    font-size: 1.5rem;
    line-height: 1.25;
    margin-top: 24px;
}

.getshifter-brand-assets .brand-asset-item > a .brand-asset-theme {
    color: #372d31;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    margin-top: 2px;
}
@media (min-width: 992px) {

    .site-content {
        padding-top: 80px;
    }

    .page-header-section:not(.front-header-section) .page-header-section-title {
        font-size: 2.5rem;
        line-height: 1.6;
    }

    .getshifter-brand-assets {
        margin-inline: auto;
        max-width: 1016px;
        padding-block: 100px 200px;
    }

    .getshifter-brand-assets .brand-assets-list {
        gap: 64px 56px;
        grid-template-columns: 1fr 1fr;
    }

    .getshifter-brand-assets .brand-asset-item > a .brand-asset-image {
        box-shadow: 20px 20px 0 rgba(183, 152, 184, 0.25);
    }
}
