:root {
    --primaryBalsilCollor: #364c52;
    --secundaryBalsilCollor: #49709a;
    --blackBalsilCollor: #000000;
    --whiteBolsilcollor: #dededede;
}

.bgCollorBalsilSec {
    background-color: var(--primaryBalsilCollor) !important;
}

.textBalsilJustify {
    text-align: justify;
}

.imgDesciption {
    height: 400px;
    width: auto;
}