.about-us-section p {
    font-size: 1.5rem;
}

.about-us-section h2 {
    font-family: "Optima LT W01 Roman", sans-serif;
    font-weight: 700;
}

.about-us-section .content {
    margin: 30px 0;
}

:lang(ur) .about-us-section .content {
    text-align: right;
}

.page-banner {
    background-position: center;
}

@media only screen and (max-width: 600px) {
    .page-banner {
        background-position: -890px;
    }
}
