.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;
    }
}

.contact-content {
    margin-top: 48px;
}

.contact-description {
    color: var(--primary-text);
    font-size: 1.25rem;
    margin-bottom: 48px;
}

.contact-section {
    margin-bottom: 48px;

    h2 {
        font-size: 1.9375rem;
        font-weight: 600;
        color: var(--primary-text);
        margin-bottom: 12px;
    }
}

.contact-info-group {
    margin-bottom: 24px;
    color: var(--primary-text);

    h4 {
        font-size: 1.25rem;
        font-weight: 600;
        margin: 0 0 4px 0;
    }

    p {
        font-size: 1.25rem;
        margin: 0;
    }

    a {
        text-decoration: none;

        &:hover {
            color: #E42127;
            text-decoration: underline;
        }
    }
}

.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;
}