

h1, h2, h3 {
    color:  #00349b;
}

p {
    font-size: 1.1em;
    line-height: 1.6;
    color:  #00349b;
}

li{
    color:  #00349b;
}

section {
   
    padding: 20px;
    border-radius: 10px;
    
    margin-bottom: 30px;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

@media (max-width: 768px) {
    .col-md-6 {
        text-align: center;
        margin-bottom: 20px;
    }

    img {
        margin-bottom: 20px;
    }

    ul, ol {
        text-align: left;
    }
}
