
.mini-benefit-bar {
    position: relative;
    top: -5.6rem;
}

.mini-benefit-bar .box {
    background: var(--white);
    border-radius: 4px;
    color: #474E55;
    padding: 3rem;
    box-shadow: rgba(0, 0, 0, 0.08) 0 4px 20px 0;
    transition: all 0.2s ease;
    transform: translateY(0);
}

.mini-benefit-bar .box:hover {
    transform: translateY(-5px);
}

.why-choose.partner .col {
    border-right: 1px solid rgba(102, 123, 145, 0.2);
}

.why-choose.partner .col:last-child {
    border: none;
}

.why-choose.partner .content-box {
    margin-top: 7rem;
}

.why-choose.partner .col .icon {
    transition: all 0.2s ease;
    transform: translateY(0);
}

.why-choose.partner .col:hover .icon {
    transform: translateY(-5px);
}

.trade-solid-grid {
    margin-top: 10rem;
}

.trade-solid-grid .box {
    padding: 4rem 5rem;
    border-radius: 12px;
    margin-bottom: 5rem;
    box-shadow: rgba(23, 20, 20, 0.07) 1px 25px 52px 0;
}

.trade-solid-grid .box .icon {
    margin-right: 2.2rem;
}

.trade-options-section .box {
    border-radius: 11px;
    background: #34404F;
    min-height: 100%;
}

.trade-options-section .box .content {
    padding: 3.6rem 1.8rem 4rem;
}

.trade-options-section .box .content h5 {
    margin-bottom: 2.4rem;
}

.auto-rebate-section .cta-box {
    margin-top: 7rem;
}

.auto-rebate-section ul {
    list-style: none;
}

.auto-rebate-section ul li {
    border-bottom: 1px solid var(--grey-color-200);
    color: var(--grey-color-800);
    padding: 1.2rem 0 1.2rem 3.6rem;
    position: relative;
}

.auto-rebate-section ul li:last-child {
    border: 0;
}

.auto-rebate-section ul li::before {
    content: '';
    display: block;
    background: url(../img/tick-shape-2.svg) no-repeat;
    width: 20px;
    height: 20px;
    left: 0;
    top: 1.9rem;
    position: absolute;
}

.auto-rebate-benefits .box {
    border-radius: 11px;
    padding: 4rem 2.5rem;
    margin-bottom: 3rem;
    line-height: 1.4;
}

.auto-rebate-benefits .box .icon {
    margin-right: 1.3rem;
}

.auto-rebate-benefits .box .icon img {
    width: 6.1rem;
    height: 6.1rem;
}

/* Media Queries */
@media (min-width: 992px) {
    .trade-solid-grid > .row > div > .box:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .why-choose.type-2 .content-box .row > * {
        border: 0;
        padding: 0 4rem;
    }
    .why-choose.type-2 .content-box .box {
        min-height: 100%;
        padding: 4rem 0;
        border-bottom: 1px solid rgba(102, 123, 145, 0.2);
    }
    .why-choose.type-2 .content-box .row > *:nth-child(3) .box,
    .why-choose.type-2 .content-box .row > *:nth-child(4) .box {
        border: 0
    }
    .why-choose.type-2.partner .content-box .box {
        border-bottom: 0;
    }
    .trade-solid-grid {
        margin-top: 6rem;
    }
}

@media (max-width: 767px) {
    .why-choose.partner .d-flex {
        flex-wrap: wrap;
    }
    .why-choose.partner .col {
        border-right: 0;
        border-bottom: 1px solid rgba(102, 123, 145, 0.2);
        flex: 1 1 50%;
    }
    .trade-solid-grid .box {
        padding: 3rem;
        border-radius: 12px;
        margin-bottom: 3rem;
    }
    .trade-solid-grid .box .icon svg {
        width: 5rem;
    }
    why-choose.partner .content-box {
        margin-top: 3rem;
    }
    .trade-solid-grid {
        margin-top: 4rem;
    }
    .auto-rebate-benefits .box {
        padding: 2rem;
    }
    .auto-rebate-benefits .box .icon img {
        width: 4.1rem;
        height: 4.1rem;
    }
    .auto-rebate-benefits .box {
        margin-bottom: 2rem;
    }
    .auto-rebate-section .cta-box {
        margin-top: 4rem;
    }

}

