.info-block {
    background: linear-gradient(135deg, #c9b4e0, #ddd7e7); /* Blue and purple gradient */
    padding: 50px 0;
    color: white;
    text-align: center;    
}

.info-content h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: black;
}

.info-content p {
    font-size: 18px;
    margin-bottom: 30px;
    color: black;
}

.contact-btn {
    background-color: #2575fc; /* Bright blue button */
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background-color: #6a11cb; /* Button hover to match the gradient */
}
