 .infoBox {
                                    position: absolute;
                                    right: -40px;
                                    top: -12px;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    width: 117px;
                                    height: 117px;
                                    font-family: sans-serif;
                                    font-weight: 700;
                                    font-size: 13px;
                                    line-height: 1;
                                    word-break: break-word;
                                    text-align: center;
                                    color: #fff;
                                    background: url("../img/reduslimPriceBox.png")
                                        no-repeat center center/cover;
                                    z-index: 10;
                                }
                                .infoBox__text {
                                    margin-top: -7px;
                                }
                                .infoBox__text span {
                                    display: flex;
                                    width: 100%;
                                    justify-content: center;
                                    align-items: center;
                                    font-size: 40px;
                                    text-transform: uppercase;
                                }