.lb-roi-wrapper .card {
    border-radius: 14px;
}

.lb-roi-wrapper h2,
.lb-roi-wrapper h3,
.lb-roi-wrapper h4 {
    font-weight: 700;
}

.lb-result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 11px 0;

    border-bottom: 1px solid #e9ecef;
}

.lb-roi-wrapper table th {
    background: #f8f9fa;
}

@media (max-width: 768px) {
	.reference-table thead,
    .reference-table tbody,
    .reference-table tr,
    .reference-table td,
    .reference-table th{
    	width: 100%;
    }
}