section.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 700px;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
}

body section.banner.full-height {
    height: 100vh !important;
    min-height: unset !important; /* Remove min-height when full-height is applied */
}

section.banner h1 {
    font-size: 50px;
    font-weight: normal;
    /* letter-spacing: 5px; */
    color: #fff;
    text-transform: capitalize;
    padding: 0 50px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.banner h1 span{
    color: #fff;
}

.about-us-text{
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    max-width: 500px;
    margin: 10px auto 0;
    text-align: center;
}