section.banner {
    background: url('../../assets/img/about_gus_tambunting/banner.jpg')no-repeat center center/cover;
}

section.banner p{
    color: black;
}

section.banner .content {
    padding: 157px 0;
    max-width: 776px;
}

section.banner .image {
    padding-top: 38px;
}

section.image_content .row {
    gap: 60px 0;
}

section.image_content .header{
    max-width: 692px;
}


@media (max-width: 1400px) {
    section.banner .content {
        padding: 50px 0;
    }
}


@media (max-width: 1200px) {
    section.banner .image {
        padding-top: 0;
    }

    section.banner .image img {
        width: 100%;
    }

    section.banner .content {
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 991px) {
    section.image_content .row {
        gap: 50px 0;
    }
}

@media (max-width: 767px) {
    section.image_content .row {
        gap: 40px 0;
    }
}