.dessert-pots-spin {
  /* background: #f1f1f1; */
  padding: 100px 20px;
  padding-bottom: 350px;
  padding-top: 20px;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.vk-content-wrapper.reverse {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.spin-wrapper.reverse {
    margin-left: -50px;
  justify-content: left;
  align-items: flex-start;

}

.spin-circle {
  position: relative;
  width: 320px;
  height: 320px;
}

.orbit-img {
  position: absolute;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease-out;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
