.data-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}

.bg-success-2 {
    background-color: #73fa80;
}