
p {
    font-size: 1.1em;
    line-height: 1.6;
}

section {
  
    padding: 20px;
    border-radius: 10px;
    
    margin-bottom: 30px;
}

.btn-primary {
    background-color: white;
    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;
    }
}
