.aboutUs-header {
    padding: 1.5em;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    color: #0f4386;
}
.aboutUs-container {
    font-size: 18px;
    padding: 0 5em 3em;
    background-color: white;
}
.aboutUs-container > p > strong {
    margin-bottom: 2rem;
    color: #0f4386;
}
section {
    margin-bottom: 2rem;
}
.title {
    font-size: 1.35rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #0f4386;
}
.list-view {
    list-style-position: inside;
    padding-left: 0;          
    margin-left: 0;     
}
.list-view > li {
    margin-bottom: 1rem;
} 
.last-section > a {
    color: #0f4386 !important;
    font-weight: 500;
}
.list-view > li i {
    color: #0f4386; 
    margin-right: 7px;
}
a:hover {
    text-decoration: none !important;
}
@media (max-width: 768px) {
    .aboutUs-header {
        font-size: 22px;
        padding: 1em 1em 0;
    }
    .aboutUs-container {
        font-size: 16px;
        padding: 1em 1.5em 1.5em;
    }
    .title {
        font-size: 1.2rem;
    }
    .last-section {
        margin-bottom: 0 !important;
    }
}