.brand-logo {
  font-weight: 700;
  text-decoration: none;
}

blockquote {
  background-color: #eee;
  padding: 1rem 2rem;
}

.site-logo {
    font-weight: 700;
}

.site-logo a {
    text-decoration: none !important;
}

.site-description {
    margin-left: 0rem;
}

.container-below-top {
    align-items: center !important;
}

.icons_card_area ul {
  list-style-type: none;
}

.icon_li_col {
    display: flex;
    align-items: center;    /* Vertical centering */
    gap: 1rem;              /* Space between icon and label */
    margin-bottom: 0.5rem;
}

.icon_style_col {
    font-size: 2rem;        /* Or whatever size you need */
    min-width: 3rem;
  
}

.icon_style_name_col {
    font-size: 1rem;
}