   .stand-for-section {
        /* background: linear-gradient(140deg, #09212A, #0C1A26); */
        position: relative;
        /* background: url('/assets/images/about/backgrounds/tiny/what-we-stand-for-background.webp');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 0; */
        background-color: var(--primary);
        
    }
    
    .stand-for-section .section-top-background{
        z-index: 0;
    }
    .stand-for-section .container{
        background-color: var(--primary);
    }
    
.stand-for-section .container > *{
    position: relative;
}
.about-label {
    margin-bottom: 16px;
}

.stand-for-title {
    margin-bottom: 80px;
    max-width: 1082px;
}
.stand-for-grid {
    display: grid;
    grid-template-columns: repeat(6, 2fr);
    grid-gap: 28px;
    position: relative;
    margin-top: -200px;
}

/* Card Base */
.value-card {
    background: var(--almost-black);
    border-radius: 20px;
    padding: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 275px;
    padding-top: 111px;
}

/* Larger Top Right Card */
.value-card.card-1 {
    grid-column: 4 / 6;
    left: 100px;
}
.value-card.card-2{
    grid-column: 1/3;
}
.value-card.card-3{
    grid-column: 3/5;
}
.value-card.card-4{
    grid-column: 5/7;
}
/* Longer Bottom Left Card */
.value-card.card-5 {
    grid-column: 2 / 4;
    min-height: 220px;
}

.bottom-right-text {
    grid-column: 5/7;
}
.value-text h4 {
    margin-bottom: 24px;
}

.value-card .value-card-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
}
.value-card .value-card-image:lang(ar){
  right: unset;
  left: 0;
}
.value-icon {
    width: 80px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.bottom-right-text {
    width: 100%;
    max-width: 522px;
    margin-top: 60px;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-end;
    margin-left: auto;
}
.bottom-right-text svg{
    width: 100%;
}
@media (max-width: 1440px) {
    .stand-for-grid{
        margin-top: -100px;
    }
}
@media (max-width: 1280px) {
    .stand-for-grid{
        margin-top: -100px;
    }
    .value-card .value-card-image{
        width: 120px;
        top: 5px;
        right: 5px;
    }
    .value-card .value-card-image:lang(ar){
      right: unset;
      left: 5px;
    }
}
/* Mobile */
@media (max-width: 900px) {
    
    .stand-for-grid {
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }
    .bottom-right-text{
        margin-top: 0;
    }
    .value-card.card-1{
        left: 0;
    }
    .title-para-line{
        flex-direction: column;
    }
    .big-card,
    .long-card {
        grid-column: auto;
    }
    
}
@media (max-width: 768px) {
    .stand-for-title{
        margin-bottom: 50px;
    }
}
