.jumbotron {
    background-image: url('../images/djambotron_image_1.png');
    background-size: cover;
    background-position: center;
    height: 700px; /* Adjust this value based on your image */
    
    padding: 20px;
    text-align: center;
    opacity: 0.6;
    
}

.jumbotron h1 {
    font-size: 3rem;
    color: #333333;
}

.jumbotron p {
    font-size: 1.5rem;
    color: #333333;
}

.btn-danger {
    background-color: red;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    text-transform: uppercase;
}

.benefits, .partners {
    margin-top: 40px;
}

.benefits h2, .partners h2 {
    text-align: center;
    margin-bottom: 20px;
}

.benefits ul, .partners ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.benefits li, .partners li {
    font-size: 1.2rem;
}