.simple-banner2-p{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
    margin-top: 0px !important;
}

.simple_banner2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1366px;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.simple_banner2 .image_container{
    display: flex;
    width: 100%;
}

.simple_banner2 .image_container img{
    width: 100%;
    height: auto;
}