h1 {
    font-size: 50pt;
    font-weight: 600;
    letter-spacing: 0 !important;
    text-transform: unset;
    font-family: 'Cairo';
}
a{
    letter-spacing: 0;
    font-family: 'Cairo';
}
body{
    font-family: 'Cairo';
}
@media (max-width: 414px){
h1 {
    font-size: 30pt !important;
}

}
h5.text-muted {
    text-align: right;
}
.footer-first-row{
  direction:rtl;
}
.ml-2, .mx-2 {
    margin-right: .5rem!important;
    margin-left:auto !important;
}
.text-left {
    text-align: right;
}
.fa.fa-phone.intro{
    transform: rotate(270deg);
}