h1 {
    color: #151723;
}

p {
    color: #b4b4b4;
}

.home_about {
    display: flex;
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url("../img/banner-4.jpg");
    background-size: cover;
    height: 50vh;
    background-position: center;
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home_about_con {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.home_about_con h1 {
    color: #fff;
    font-size: 50px;
}

.home_about_con p {
    color: #fff;
}

.our{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 15%;
    margin-top: 50px;
}
.text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    text-align: left;
width: 95%;
}

.images{
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
        text-align: left;
}


@media (max-width: 1100px) {
    .main_about_row_1 {
        display: flex;
        flex-direction: column;
        height: 150vh;
    }

    .main_about_row_1_text {
        width: 100%;
    }

    .main_about_row_1_img {
        width: 100%;
        height: 60%;
    }

    .main_about_con {
        display: flex;
        flex-direction: column;
        gap: 5rem;
        margin-top: 50px;
    }
    .our{
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
    }
    .text{
        margin-block: 50px;
    }
}