.banner-about {
    width: 100%;
    height: 100vh;
    background-image: url('../images/about/bannerAbout.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.blooc-about {
    color: #fff;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding: 0 0 50px 100px;
}

.blooc_h2 {
    font-size: 50px;
}


@media(max-width: 576px) {
    .banner-about {
        height: 60vh;
        background-position: top center;
    }

    .blooc-about {
        color: #fff;
        height: 60vh;
        display: flex;
        flex-direction: column;
        padding: 10px;
    }
	.blooc_h2 {
		font-size: 30px;
	}


    .section-2 .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }

    .section-2 [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .section-2 img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 15px;
    }
    .section1 .col-12{
        margin-bottom: 15px;
    }
    .section3 .col-12{
        margin-bottom: 15px;
    }


}