﻿
.allContactUs {
    margin: 20px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 15px 0;
}

    .separator::before, .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px dotted #555;
    }

    .separator::before {
        margin-right: .25em;
    }

    .separator::after {
        margin-left: .25em;
    }

.contactsett {
    line-height: 2em;
    direction: rtl;
    font-size: 16px;
}

.sitenameSett {
    line-height: 3em;
    direction: rtl;
    font-size: 20px;
    font-weight: bold;
}
