.hero-section{
    background-image: url(../assets/about\ us.jpg); /* Sets background image */
    background-size: cover; /* Ensures background covers entire section */
    height: 972px; /* Full viewport height */
    /* width: fit-content; */
}

.aboutus{
    margin-top: 120px;

    display: flex;
    flex-direction: column;
    align-items: center;
}
.aboutus p{
    width: 750px;
    text-align: center;
}

.aboutus h4{
    letter-spacing: 6.4px;
}
.line-hori{
    margin-bottom: 50px;
    margin-top: 50px;

}