

.bg-left-image {
    background-image: url('../imagem/fundo-home-iabet.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 70% 1054px;
}
    

@media (max-width: 1024px) {
    .bg-left-image {
        background-size: 100% auto;
    }
}