.style1 {
}
.style2 {
    background-image: url("/assets/images/background-whatsapp.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
@media (min-width: 576px) {
.style2 {
        background-size: cover;
        background-position: center center;
    }
}

#row_banner {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.wappler-temp {
}

.style3 {
}

@media (min-width: 992px) {

.style3 {
        padding-left: 1px;
    }
}