.discount-bg {
    border-radius: 40px;
    background-color: #e5ebfa;
}

.discount-off {
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*gap: 0.3rem;*/
}

.discount-30 {
    color: #e11d8e;
    font-size: 4rem;
    line-height: 1;
    font-size: 100px;
    line-height: 100px;
}

.discount-percent {
    color: #e11d8e;
    font-size: 2rem;
    font-size: 60px;
    line-height: 60px;
}

.discount-off-text {
    color: #212529;
    font-size: 1.5rem;
    font-size: 40px;
    line-height: 40px;
}

.discount-separator {
    color: #212529;
    font-size: 33px;
    line-height: 33px;
    text-align: center;
}

.discount-install {
    color: #212529;
    font-size: 1.5rem;
}
.discount-plus{
    position: relative;
    height: 100px;
    display: block;
}
.discount-plus::after {
    content: "";
    border-left: 4px solid #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 2px);
}
.discount-plus span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 33px;
    background: #e11d8e;
    color: white;
    border-radius: 50%;
    border: 10px solid #e5ebfa;
    width: calc(33px + 10px*2);
    height: calc(33px + 10px*2);
    line-height: 33px;
    text-align: center;
    display: block;
    z-index: 2;
    vertical-align: middle;
}

.discount-free {
    color: #e11d8e;
    font-size: 2.7rem;
}

.discount-bg-person{
    background-image: url("../img/strix-auto-user-desk.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    /*height: 100vh;*/
}

.discount-description {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.discount-image {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .discount-bg-person{
        background: none
    }
}