
TRC1 - Throttle Controller
.blurb-container { display: flex; flex-direction: column; gap: 24px; } .flex-container { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; transition: all 0.6s ease-out; } .flex-container:nth-child(odd) { flex-direction: row-reverse; } .blurb-icon { font-size: 96px; /* Larger icon size */ } .blurb-text { flex: 1; background-color: #333; /* Darker background for better contrast */ color: #f5f5f5; /* Light text color */ padding: 20px; border-radius: 12px; /* Rounded corners */ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for a lifted effect */ max-width: 500px; /* Restrict text width for a more rectangular shape */ } .app-download { display: flex;