.vci-items {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.vci-items > .vci-items-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 00px 30px;
    align-items:start;
    justify-content: center;
    gap: 30px;
    
}

.vci-items > .vci-items-title {
    margin-right: 30px;
    border-radius: 4px;
    padding: 2px 10px;
    text-align: justify;
    color: #EB8C23;
    font-family: "Shabnam";
}

.vci-items > .vci-items-title h2 {
    margin: 0px;
}


.vci-items > .vci-items-wrapper >  p {
    padding: 15px;
    border-radius: 4px;
    text-align: justify;
    margin-top: 5px;

}

.vci-items > .vci-items-wrapper >  div>  p {
    padding: 15px;
    border-radius: 4px;
    text-align: justify;
    margin-top: 5px;

}



.vci-items > .vci-items-wrapper >  div {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 15px; */
    border-radius: 4px;
    text-align: justify;
    margin-top: 5px;
    justify-content: space-evenly;

}


.vci-items > .vci-items-wrapper >  .vci-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;

}




.vci-items > .vci-items-wrapper >  div img {
    flex: 0 0 250px; 
    height: 100px;
    object-fit: cover;   
    border-radius: 4px;
    padding-bottom: 10px;
}

.spark-table-wrapper {
    width: 100%;
    margin-top: 15px;
}

.spark-table-title {
    font-family: "Shabnam";
    margin-bottom: 8px;
    color: #333;
}

.spark-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #bebbb8;
    border: 1px solid #a05010;
    border-radius: 4px;
    overflow: hidden;
}

.spark-table th,
.spark-table td {
    border: 1px solid #a05010;
    padding: 10px;
    text-align: center;
    font-family: Vazirmatn, sans-serif}

.spark-table th {
    background-color: #444444;
    color: #ffffff;
}


.vci-items p {
    padding: 15px;
    border-radius: 4px;
    text-align: justify;
    margin-top: 5px;
    line-height: 1.9;
}

