.sustainability-pillars-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    margin: 40px 0;
    width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.pillar-item {
    background-color: var(--pillar-color) !important;
    border-radius: 25px;
    padding: 40px 20px 35px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 450px;
    color: #ffffff;
    justify-content: space-between;
    box-sizing: border-box;
    flex: 1;
    min-width: 0;   
}

.pillar-icon {
    width: 175px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
	overflow: hidden;

    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.pillar-icon img {
    max-width: 100%;
    height: 100%;
	object-fit: contain;
    filter: brightness(0) invert(1); 
}

.pillar-title {
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: 200;
    text-transform: uppercase !important;
    margin: 0 !important;
    line-height: 1.2;
}

@media (max-width: 1200px) and (min-width: 769px) {
    .sustainability-pillars-container {
        flex-wrap: wrap;
        gap: 15px;
    }
    .pillar-item {
        width: calc(33.333% - 10px) !important;
        flex: none !important;
		max-height: 400px!important;
    }
    .pillar-item:nth-child(4),
    .pillar-item:nth-child(5) {
        width: calc(50% - 7.5px) !important;
        flex: none !important;
        min-height: 200px !important;
        flex-direction: colum !important;
        align-items: center !important;
        text-align: center !important;
        gap: 30px !important;
        padding: 30px 40px !important;
    }
.pillar-item:nth-child(4) .pillar-icon,
.pillar-item:nth-child(5) .pillar-icon {
    margin-bottom: 0 !important;
    flex-shrink: 0 !important;
    align-self: center !important;
    margin-top: 0 !important;
}
}

@media (max-width: 768px) {
    .sustainability-pillars-container {
        flex-wrap: wrap;
        gap: 15px;
    }
    .pillar-item {
        width: calc(50% - 7.5px) !important;
        flex: none !important;
        min-height: 0 !important;
        height: auto !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 15px !important;
        padding: 20px !important;
    }
    .pillar-item:last-child:nth-child(odd) {
        width: 100% !important;
    }
    .pillar-inner {
        display: flex;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 15px;
        width: 100%;
    }
    .pillar-icon {
        width: 80px !important;
        height: 80px !important;
        margin-bottom: 0 !important;
        flex-shrink: 0 !important;
    }
    .pillar-title {
        font-size: 16px !important;
        margin: 0 !important;
    }
}

@media (max-width: 1200px) and (min-width: 769px) {
    .vcex-image-grid .vcex-image-grid-entry.span_1_of_6 {
        width: 25% !important;
        float: left !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .vcex-image-grid .vcex-image-grid-entry.span_1_of_6 {
        width: 33.333% !important;
        float: left !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .vcex-image-grid .vcex-image-grid-entry.span_1_of_6 {
        width: 50% !important;
        float: left !important;
        margin-bottom: 20px;
    }
}