
.bg {
    background-image: url('../../../assets/img/incricoes-bg.jpg');
    position: fixed;
    min-height: 100vh;
    background-size: cover;
    width: 100%;
    z-index: -1;
}

.title {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.content {
    background-color: #fff;
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.highlightbox {
    background-color: #f9f9f9;
    border-radius: 4px;
}