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

.bannerSection--container {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bannerSection--container .ecosur-background-color-black {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bannerSection--container .ecosur-background-color-black img {
    width: 100%;
    max-width: 350px!important;
}