
:root {
    --font-family: 'system-ui', sans-serif;
    --font-size: 16px;
    --font-weight: 400;
    --font-style: normal;
    --line-height: 1.625;
    --heading-font-family: 'system-ui', sans-serif;
    --heading-font-size: 2.5rem;
    --heading-line-height: 1.3;
    --heading-font-weight: 700;
    --accent-color: #186ADC;
    --el-gradient-start: #1859B4;
    --el-gradient-end: #0467F1;
    --background-color: #ffffff;
    --background-secondary-color: #F0F4F8;
    --text-primary: #303036;
    --text-secondary: #63636b;
    --border-color: #D4D4E1;
    --placeholder-color: #6F6F76;
    --error-color: #ff3d0d;
    --alert-primary: #0065D1;
    --alert-success: #1CAB55;
    --alert-danger: #E91C1C;
    --alert-warning: #C79C00;
    --el-border-radius: 10px;
    --el-border-radius-min: 6px;
    --el-box-shadow: 2px 4px 20px 1px rgba(45, 45, 45, 0.13);
    --header-box-shadow: 0px 0px 14px 0px rgba(77, 82, 94, 0.15);
}




body,.content,p,a,span,li,div,.about-container .content p
{
direction: ltr;
text-align:justify ;
}



.product-info {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: .5rem;
    min-height: 21.625rem;
}
.section-heading h1, .section-heading h2, .section-heading h3 {
    position: relative;
    font-size: 1.7rem !important;
    margin: 0;
    text-align: center;
}
.organizational-structure .img-cover {

    -o-object-fit: contain !important;
    object-fit: contain !important;
}