.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;
    }
}

.returns-content {
    margin-top: 48px;
    color: var(--primary-text);

    .returns-section {
        .returns-section-title {
            font-size: 1.9375rem;
            font-weight: 600;
            margin-bottom: 12px;
        }

        p {
            font-size: 1.25rem;
            margin-bottom: 32px;
        }

        .return-option {
            .return-option-title {
                font-size: 1.5625rem;
                font-weight: 600;
                margin-bottom: 12px;
            }

            .education-station-link {
                color: #E42127;
                text-decoration: underline;

                &:hover {
                    color: #c71e24;
                }
            }

            .warehouse-address {
                h4 {
                    font-size: 1.25rem;
                    font-weight: 600;
                    margin-bottom: 4px;
                }

                address {
                    font-size: 1.25rem;
                    font-weight: 400;
                    margin-bottom: 32px;
                }
            }
        }
    }
}