.bg-sec {
    background-color: #eda853;
}

.bg-thrid {
    background-color: #f0f0f0;
}

.text-main {
    color: #2d547b;
}

.no-border-row td,
.no-border-row th {
    border-top: none;
    border-bottom: none;
    /* Add if you want to remove horizontal borders completely */
}

/* Tablet - Monitor Screen */
@media (min-width: 768px) {
    #info-grafis {
        position: relative;
        z-index: 999;
        margin-top: -100px !important;
    }
}