.divider {
    position: relative;
}

    .divider::after {
        content: "";
        position: absolute;
        right: 8%;
        top: 20%;
        bottom: 20%;
        width: 1px;
        background: rgba(255, 255, 255, 0.3); /* cor da linha */
    }

.bg-granite {
    background: url(/assets_2025/images/fabricator/backgroundbanner.png) no-repeat center center;
    background-size: cover;
    border-radius: var(--bs-border-radius-lg);
}

.bg-mobile {
    background: url(/assets_2025/images/app/banner_app.png) no-repeat center center;
    background-size: cover;
    height: 645px;
}

.text-left-app {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.text-rigth-app {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


@media (max-width: 768px) {
    .text-left-app, .text-rigth-app {
        display: none;
    }
}

.card-icon {
    font-size: 20px;
}
