* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.petro-chemical-hero-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 480px;
    /* background-image: url('./images/about-us-banner.png'); */
    background-size: cover;
    object-fit: fill;
    margin-bottom: 0px;
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .petro-chemical-hero-content{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 300px;
        background-image: url('./images/about-us-banner.png');
        background-size: cover;
    }

    .petrochemical-company-logo{
        max-width: 50%;
        margin: 0 auto;
    }
}