.title{
    background: #007bff;
    color: white;
    text-align: center;
    padding: 10px 10px;
    font-size: 22px;
} 


section .about {
    padding: 40px 10px;
    margin: 20px auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 90%;

}

section .services {
    padding: 40px 10px;
    margin: 20px auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 90%;

}

section .why-us {
    padding: 40px 10px;
    margin: 30px auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 90%;

}


.container-about {
    max-width: 90%;
    margin: auto;
}

.container-about h2 {
    color: #000000;
    font-size: 22px;
}


.container-about p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}


.services ul {
    list-style: none;
    padding: 0;
}

.services li {
    background: #007bff;
    color: white;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
}


.why-us1 .container-about1 {
    display: flex; 
    justify-content: center; 
    gap: 20px; 
    max-width: 90%;
    margin: auto;
}

.why-us1 img {
    width: 40%; 
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .hero-content {
        width: 100%;
    }

    .title  h1 {
        font-size: 18px;
    }
    .container-about h2{
        font-size: 15px;
    }
    .container-about p {
        font-size: 13px;
    }

    .services li {
        font-size: 16px;
    }
}
