﻿.hero {
    background: linear-gradient(to right, #1e3c72, #2a5298);
    color: white;
    text-align: center;
    padding: 80px 20px;
}

    .hero h1 {
        font-size: 3rem;
        font-weight: bold;
    }

    .hero p {
        font-size: 1.5rem;
        margin-top: 10px;
    }

.cta-button {
    background-color: #ff9800;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    margin-top: 20px;
}

.content-section {
    padding: 50px 20px;
    text-align: center;
    background-color: #f4f4f4;
  
}

    .content-section h2 {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .content-section p {
        font-size: 1.2rem;
        color: #333;
    }
 