.why-zest .left-text {
    max-width: 420px;
}

.why-zest > div img {
    right: -92px;
    top: 78px;
}

.compare-col > div,
.competition-grids > div > div {
    height: 64px;
    border-bottom: 1px solid var(--dark-grey);
}

.competition-grids > div > div:nth-child(even) {
    background-color: var(--grey);
}

.compare-col > div:last-child,
.competition-grids > div > div:last-child {
    border: 0;
}

@media (max-width: 1080px) {

    .why-zest > div img {
        display: none;
    }

    .competition-grids > div:last-child {
        margin-right: 24px;
    }

    .content-width:has(.compare-col) {
        padding: 0 !important;
        margin-left: 24px;
        cursor: pointer;
    }

    .competition-grids {
        overflow-x: scroll;
    }

    .competition-grids::-webkit-scrollbar {
        height: 2px;
    }

    .competition-grids::-webkit-scrollbar-track {
        background: transparent;
    }

    .competition-grids::-webkit-scrollbar-thumb {
        background: #888;
    }

    .competition-grids::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}