:root {
    --who-we-are-container-bg-img: "";
    --vision-mission-container-bg-img: "";
    --yeas-of-exp-bg-img: "";
}

.who-we-are-container {
    background-color: var(--theme-hover-bg-color);
    color: var(--theme-hover-txt-color);
}

.who-we-are-container-bg-image, .years-of-experience-container {

    background-image: var(--who-we-are-container-bg-img);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.years-of-experience-container {
    background-image: var(--yeas-of-exp-bg-img);
}


.vision-mission-bg-image {
    background-attachment: fixed;
    background-image: var(--vision-mission-container-bg-img);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

