.about-us-wrapper { width: 100%; background-color: #fff; }
.about-banner {
    width: 100%; height: 550px;
    background: linear-gradient(rgba(0, 48, 120, 0.4), rgba(0, 48, 120, 0.4)), url('../images/bg2.webp') no-repeat center/cover;
    display: flex; align-items: center; color: #fff; padding-left: 22%;
}
.about-banner h1 { font-size: 56px; }
.about-container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }
.about-section { margin-bottom: 60px; }
.section-title { position: relative; font-size: 26px; padding-top: 15px; margin-bottom: 25px; }
.section-title::before { content: ""; position: absolute; top: 0; left: 0; width: 40px; height: 4px; background: #2b58cf; }
.content-p { font-size: 15px; color: #555; margin-bottom: 20px; text-align: justify; line-height: 1.8; }