/* hero */
.container-0- {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: left;
    background-color: rgba(11, 11, 11, 0.32);
}

.background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container-0 {
    position: relative;
    width: 100%;
    text-align: center;
}

.container-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.text-2 {
    font-size: 5rem;
    font-weight: bolder;
    color: #fff;
    text-align: center;
}

/* About-Us */
.section {
    padding-top: 80px;
    padding-bottom: 50px;
}

.about{
    margin-bottom: 150px;
    margin-top: 50px;
}
