/* accordion */
.accord-header{
    background: #30529c;
    padding: 12px 24px;
    border-bottom: solid 3px white;
    box-shadow: 2px 2px 4px black;
}
.accord-header h2{
    color: white !important;
    font-weight: bold;
    text-shadow: 2px 2px 4px black !important;
}
.accord-header p{
    color: white !important;
}
.accord-body{
    padding: 20px;
    border: solid 2px silver;
    box-shadow: 2px 2px 4px black;
}    
.accord-body p, .accord-body ul li{
    font-size: 23px !important;
}    
.accord-body p b{
    font-size: 25px !important;
}