.icon-text-container {
    display: flex;
    align-items: start; /* Vertically center-align icon and text */
    gap: 10px; /* Space between icon and text */
}
