.page-content,.faq-content{
    .text-harrods-grey-dark {
        padding: 14px 16px;
        margin-bottom: .625rem;
        color:#424242;

    }
    .size-5 {
        height: 1.25rem;
        width: 1.25rem;
    }
    .border-harrods-gold-light{
        border-color:var(--icon-color);
    }
    .border {
        border-width: 1px;
        border-style: solid;
    }
    .border-l-4 {
        border-left-width: 4px;
    }
    .gap-5 {
        gap: 1.25rem;
    }
    .flex {
        display: flex;
    }
    .py-5 {
        padding-bottom: 1.25rem;
        padding-top: 1.25rem;
        border-bottom: 1px solid #e4e4e4;
    }
    .pt-5 {
        padding-top: 1.25rem;
    }
    .custom_p {
        margin: 0;
    }
    .uppercase {
        text-transform: uppercase;
    }
    .font-medium {
        font-weight: 500;
    }
    .mb-5 {
        margin-bottom: 1.25rem;
    }
    .mb-2\.5 {
        margin-bottom: .625rem;
    }
    .custom_a{
        font-weight: 600;
        text-decoration: underline;
    }
}