.page-header {
    h1 {
        font-size: 3.0625rem;
        color: var(--primary-text);
        font-weight: 600;
        margin-bottom: 0.25rem;
    }

    p {
        color: #555C74;
        font-size: 1.5625rem;
    }
}

.store-section {
    margin-top: 48px;

    h2 {
        font-size: 1.9375rem;
        font-weight: 600;
        color: var(--primary-text);
        margin-bottom: 24px;
    }
}

.store-image {
    width: 100%;
}

.store-info-group {
    margin-bottom: 24px;
    color: var(--primary-text);

    h4 {
        font-size: 1.25rem;
        font-weight: 600;
        margin: 0;
    }

    p {
        font-size: 1.25rem;
        margin: 0;
    }
}

.get-directions-link {
    display: inline-flex;
    margin-left: -23px;
}

.warehouse-description p {
    color: var(--primary-text);
    font-size: 1.25rem;
    margin: 0;
}