.elementor-101 .elementor-element.elementor-element-8d829aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-101 .elementor-element.elementor-element-ca37dcc .elementor-heading-title{font-family:var( --e-global-typography-7024cdc-font-family ), Sans-serif;font-size:var( --e-global-typography-7024cdc-font-size );font-weight:var( --e-global-typography-7024cdc-font-weight );line-height:var( --e-global-typography-7024cdc-line-height );color:var( --e-global-color-b660dc0 );}.elementor-101 .elementor-element.elementor-element-90c7c96{--spacer-size:50px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-101 .elementor-element.elementor-element-0a960f6{--grid-columns:4;}.elementor-101 .elementor-element.elementor-element-4eba792{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:30px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-101 .elementor-element.elementor-element-cf48692 .elementor-heading-title{font-family:var( --e-global-typography-8ecdfc8-font-family ), Sans-serif;font-size:var( --e-global-typography-8ecdfc8-font-size );font-weight:var( --e-global-typography-8ecdfc8-font-weight );color:var( --e-global-color-b660dc0 );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-101 .elementor-element.elementor-element-137a00d{--divider-border-style:solid;--divider-color:var( --e-global-color-b660dc0 );--divider-border-width:2px;}.elementor-101 .elementor-element.elementor-element-137a00d .elementor-divider-separator{width:100%;}.elementor-101 .elementor-element.elementor-element-137a00d .elementor-divider{padding-block-start:0px;padding-block-end:0px;}.elementor-101 .elementor-element.elementor-element-454ba68{--spacer-size:25px;}@media(max-width:1024px){.elementor-101 .elementor-element.elementor-element-ca37dcc .elementor-heading-title{font-size:var( --e-global-typography-7024cdc-font-size );line-height:var( --e-global-typography-7024cdc-line-height );}.elementor-101 .elementor-element.elementor-element-0a960f6{--grid-columns:2;}.elementor-101 .elementor-element.elementor-element-cf48692 .elementor-heading-title{font-size:var( --e-global-typography-8ecdfc8-font-size );}}@media(max-width:767px){.elementor-101 .elementor-element.elementor-element-8d829aa{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-101 .elementor-element.elementor-element-ca37dcc{text-align:center;}.elementor-101 .elementor-element.elementor-element-ca37dcc .elementor-heading-title{font-size:var( --e-global-typography-7024cdc-font-size );line-height:var( --e-global-typography-7024cdc-line-height );}.elementor-101 .elementor-element.elementor-element-90c7c96{--spacer-size:20px;}.elementor-101 .elementor-element.elementor-element-0a960f6{--grid-columns:1;}.elementor-101 .elementor-element.elementor-element-4eba792{--margin-top:30px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-101 .elementor-element.elementor-element-cf48692 .elementor-heading-title{font-size:var( --e-global-typography-8ecdfc8-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-9b2551c */.faculty-icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 15px;
}

/* 2 columns on tablets and above (768px+) */
@media (min-width: 768px) {
    .faculty-icon-list {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

.faculty-icon-list li {
    display: flex;
    align-items: center;
}

.faculty-icon-list i {
    margin-right: 12px;
    color: #EB5331;
    font-size: 18px;
    min-width: 20px;
    flex-shrink: 0;
}

.faculty-icon-list span {
    font-size: 16px;
    line-height: 1.5;
}/* End custom CSS */