ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.compare-screen-outer {
    padding: 20px;
}

.compare-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px -4px 16px 0px #00000014;
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 20px 0;
    padding: 20px;
}

ul.inner-ul {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

ul.outer-ul ul.inner-ul li {
    width: 50%;
    background: #E6EEF4;
    padding: 10px;
    color: var(--primaryColor);
    font-weight: 600;
}

ul.outer-ul {
    margin-bottom: 20px;
}

span.vs-text {
    width: 18px;
    min-width: 18px;
    height: 18px;
    background: var(--primaryColor);
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25%;
    right: -9px;
}

.compare-card > .product {
    border-right: 1px solid #E5E3E3;
    position: relative;
    text-align: center;
    width: 165px;
}

.compare-card > .product:last-child {border: 0;}

.compare-card > .product h6 {
    font-size: 12px;
    color: var(--primaryColor);
    margin-top: 12px;
}

.compare-card > .product img {
    width: 100px;
}

ul.outer-ul li {
    font-size: 12px;
    padding-bottom: 6px;
}

.compare-card ul li {
    font-size: 12px;
    margin-bottom: 5px;
}

.profeature-wrap ul {
    list-style: disc;
    padding: 0 12px;
    border-right: 1px solid #E5E3E3;
    margin-right: 15px;
}

.profeature-wrap ul:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
}

/* description style */
.description-wrap .des-wrap {
    border-right: 1px solid #E5E3E3;
    padding: 0 15px;
}

.description-wrap .des-wrap:last-child {
    border: 0;
}

.description-wrap .des-wrap p:last-child {
    margin: 0;
}

.description-wrap .compare-card {
    padding: 20px 5px;
}
