.hero-slider__badge {
    width: 23.2rem;
    height: 23.2rem;
    position: absolute;
    top: 3.6rem;
    right: 19rem;
    z-index: 1;
}
.hero-slider__badge svg,
.hero-slider__badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cars-item__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #238988;
    top: 2.25rem;
    left: 1rem;
    position: absolute;
    z-index: 1;
    border-radius: 1.6rem;
    padding: 1rem;
    gap: 1.1rem;
}
.cars-item__badge svg{
    width: 3.2rem;
    height: 3.2rem;
    object-fit: contain;
}
.cars-item__badge span {
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.259rem;
}
@media (min-width: 768px) and (max-width: 1024px){
    .hero-slider__badge {
        width: 16rem;
        height: 16rem;
        top: 3rem;
        right: 6rem;
    }    
}
@media (max-width: 767px){
    .hero-slider__badge {
        width: 7rem;
        height: 7rem;
        top: 1.5rem;
        right: 3rem;
    }    
    .cars-item__badge {
        position: relative;
        top: unset;
        left: unset;
        margin: 0 auto 2rem 0;
        gap: .8rem;
    }
    .cars-item__badge svg {
        width: 2.4rem;
        height: 2.4rem;
    }
    .cars-item__badge span {
        font-size: 1.4rem;
    }
}