/* Disable horizontal scrolling */
body {
    overflow-x: hidden;
    width: 100%;
}
/* Workaround for grid spacing issue */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap#browser_compatibility */
/* https://stackoverflow.com/questions/65871791/flexbox-layout-not-compatible-with-grid-column-gap-in-safari */
.elementor-social-icons-wrapper .elementor-grid-item {
    border-right: 14px solid transparent;
}
.elementor-social-icons-wrapper .elementor-grid-item:last-child {
    border-right: 0px solid transparent;
}

/* How We Engage Secton List */
.how-we-engage-list-item {
    /*border: 5px solid;*/
    /*border-color: var(--e-global-color-primary);
    border-radius: 20px;*/
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.how-we-engage-list-item-content {
    margin-bottom: 50px 0px;
}