/*.current-menu-item {*/
/*    background-color: #142157;*/
/*}*/
/*.current-menu-item a span {*/
/*    color: #fff !important;*/
/*}*/

.centered-content {
    text-align: center;
}
.centered-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 42px !important;
    line-height: normal !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    color: #000000 !important;
}
.centered-content p {
    font-size: 16px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: normal;
    color: black;
}
.centered-content ul {
    display: inline-block;
    text-align: left;
    max-width: 800px; 
}
.centered-content ul li {
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 400;
    letter-spacing: normal;
    color: black;
}