/* Start custom CSS for html, class: .elementor-element-0ba8adb */.content-04 {
    background-image: url('https://franquia.goakira.com.br/wp-content/uploads/2023/08/portrait-waiter-holding-basket-bread.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 840px;
    width: 100%;
    max-width: 393px;
    display: flex;
    align-items: flex-end;
    transition: 1s;
}


.content-04:hover {
    background-image: url('https://franquia.goakira.com.br/wp-content/uploads/2023/08/bg-04.png');
}

.content-04 .txt {
    padding-left: 120px;
    transition: .5s;
}

.content-04:hover .txt {
    opacity: 0;
}

.content-04:hover .info {
    opacity: 1;
    height: 350px;
}/* End custom CSS */