.container_reviews {
    text-align: center;
    padding: 20px;
}

.container_reviews p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.review-widget {
    display: inline-block;
    margin: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.review-widget:hover {
    transform: scale(1.05);
}

.yandex-review iframe,
.google-review iframe,
.prodoctorov-review iframe {
    border-radius: 4px;
}

.yandex-review img {
    max-width: 200px;
    max-height: 100px;
    cursor: pointer;
}

.container_reviews > .ring-1 {
    top: 10%;
    left: 10%;
}

.container_reviews > .ring-2 {
    top: 50%;
    left: 80%;
}