
h1, .h1 {font-size:30px; color: #1a4871;}
h2, .h2 {font-size:26px; color: #1a4871; margin-top:20px;}
h3, .h3 {font-size:24px;}
h4, .h4 {font-size:22px;}
h5, .h5 {font-size:20px;}
h6, .h6 {font-size:18px;}


.text-primary {
    --bs-text-opacity: 1;
    color: #3284c0 !important;
}

.bg-primary{
 background-color: #3284c0 !important;
 padding:20px 10px;
 border-bottom: 2px solid #1a4871
}
.btn-primary {
    background-color: #1a4871 !important;  
    border-color:#1a4871 !important; 
}

section {
    padding:30px;
    margin-left:-1.5rem;
    margin-right:-1.5rem;
}
section:nth-child(even) {background: #fafafa}