.light-blue-background {
    background-color: #ECF6FF;
}
.blue-background {
    background-color: #004467;
}

.blue-background p, .blue-background h1, .blue-background h2, .blue-background h3, .blue-background p, .blue-background li{
    color: white !important;
}

.aboutUs-content {
    padding: 50px 0;
    width: 1131px;
    margin: auto;
    font-size: 1.14rem;
    color: #004467;
}

.aboutUs-content h1, .aboutUs-content h2, .aboutUs-content h3 {
    line-height: normal;
    font-weight: 700;
    color: #004467;
    margin: 0;
}

.aboutUs-content h2 {
    font-size: 1.85rem;
    margin-bottom: 20px;
}

.aboutUs-content h3 {
    font-size: 1.57rem;
    font-weight: 500 !important;
}

.aboutUs-content .h2-heading {
    font-size: 1.57rem;
    font-weight: 500 !important;
}

.aboutUs-content li {
    margin-bottom: 10px;
}

.aboutUs-content a {
    color: #F26E22;
}

.aboutUs-content p {
    margin: 16px 0;
    line-height: 1.45;
}
.aboutUs-content ul {
    margin: 16px 0;
    line-height: 1.45;
}


@media (min-width: 993px) and (max-width: 1400px){
    .aboutUs-content {
        width: 890px;
    }
}

@media (max-width: 992px){
    .aboutUs-content {
        width: 260px;
        font-size: 1.14rem !important;
        padding: 30px 0;
        margin: 0 auto;
    }
    .aboutUs-content h2 {
        font-size: 1.42rem;
    }

    .aboutUs-content h3 {
        font-size: 1.28rem;
    }

    .aboutUs-content .h2-heading {
        font-size: 1.28rem;
    }

    .aboutUs-content ul, .aboutUs-content ol {
        padding-left: 15px;
        margin-top: 0;
        margin-bottom: 0;
    }
}