* {
    text-align: right;
    direction: rtl;
}

.h-9 {
    height: 4.25rem;
    width: 10rem;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row-reverse;
    }
}


.about-main h2:after {
    content: "";
    position: absolute;
    border-bottom: 2px dotted #000000;
    bottom: 0px;
    height: 2px;
    width: 100px;
    right: 0px;
}
