
.about-us-section {
    background-color: #f9f9fb;
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
}

.about-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #000000;
    margin-bottom: 25px;
    text-align: justify;
}

.image{
    box-shadow: 2px 2px 10px #000;
}

@media (max-width: 768px) {
    .about-text {
        font-size: 1rem;
        line-height: 1.8;
    }
}
