@media (min-width: 768px) {
    .simple-iconbox {
        display: flex;
        column-gap: 30px;
    }
}

.simple-iconbox svg {
    fill: var(--primary);
}

.inner-table td {
    font-size: 15px;
    color: #333;
    width: 50%;
    text-align: center;
}

.inner-table {
    width: 450px;
    max-width: 100% !important;
}