.beauty-product-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    width: 100%;
}

.beauty-product-block img {
    max-width: 300px;
    width: 100%;
    margin-right: -40px;
    z-index: 2;
}

.beauty-product-right h3 {
    margin: 0;
}

.beauty-product-right p {
    text-align: center;
}

.beauty-product-right .round-block {
    width: 460px;
    height: 460px;
    border: 10px solid #2f016a;
    background-color: #e1d9ff;
    border-radius: 50%;
    padding-top: 70px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
}

.beauty-product-right .round-block ul.beauty-product-list li {
    list-style: disc;
    list-style-position: inside;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}

.beauty-product-percantage {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.beauty-product-percantage p {
    width: 110px;
    margin: 0;
    display: block;
    line-height: 1;
    text-align: left;
}

.beauty-product-percantage p.beauty-product-percantage-num {
    font-size: 60px;
    width: auto;
    margin-right: 5px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .beauty-product-block {
        flex-direction: column;
    }
    .beauty-product-block img {
        margin: 0;
        max-width: 200px;
        margin-bottom: 15px;
    }
    .beauty-product-right .round-block {
        width: 100%;
        height: auto;
        padding: 20px 15px;
        border: none;
        border-radius: 7px;
        box-shadow: 0px 4px 6.3px 0px rgba(0, 0, 0, .4);
    }
    .beauty-product-right h3 {
        text-align: center;
    }
    .beauty-product-percantage p.beauty-product-percantage-num {
        font-size: 54px;
    }
}