/* Custom styles */
.jumbotron {
    background-color: #f8f9fa;
    border-radius: 0.3rem;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
}

.list-unstyled li {
    margin-bottom: 0.5rem;
}

/* Add checkmark color */
.list-unstyled li:before {
    color: #28a745;
}

/* Add some spacing to the how it works section */
ol li {
    margin-bottom: 0.75rem;
}

/* Custom button styling */
.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .col-md-4 {
        margin-bottom: 2rem;
    }
}
