/* About Us Section */
.about-us {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    padding: 150px 0px 50px;
}

.about-us .container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}

.about-us h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #222;
    text-align: center;
}

.about-us p {
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.about-us h2 {
    font-size: 2rem;
    margin: 30px 0 20px;
    color: #444;
}

.about-us ul {
    margin: 0;
    padding: 0 20px;
}

.about-us ul li {
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 1.6;
}

.about-us .cta {
    text-align: center;
    margin-top: 30px;
}

.about-us .btn {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.1rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.about-us .btn:hover {
    background-color: #0056b3;
}
