.ts-241-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
}
.ts-241-item {
    flex: 1;
    min-width: 200px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.ts-241-icon {
    font-size: 40px;
    color: #F46D2A; /* Default Accent */
    margin-bottom: 15px;
}
.ts-241-icon svg {
    width: 40px;
    height: 40px;
    fill: #F46D2A;
}
.ts-241-content h3 {
    margin: 0 0 5px 0;
    font-size: 24px;
    color: #011218;
}
.ts-241-content p {
    margin: 0;
    color: #737373;
}