
.about-us-section{
    background-image: url(/img/modal-feature-images/about-us.webp);
    height: auto;
    background-size: cover;
    background-position: center center;
}

.about-us{
    background-color: black;
    width: 45%;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    padding: 50px;
}

.text-info{
    color: white;
    height: 100%;
    width: 100%;
    overflow: hidden;
}


.text-info h1{
    font-size: var(--font-xl);
    font-family: var(--font-heading);
    margin-top: 50px;
}

.text-info p{
    margin-top: 30px;
    font-size: var(--font-sm);
    font-family: var(--font-body);
}



