/* Start custom CSS for section, class: .elementor-element-785bc43 */.circle-container {
  position: relative;
  width: 400px; /* Adjust as needed */
  height: 400px; /* Adjust as needed */
  margin: 0 auto;
}

.center-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-image img {
  width: 100px; /* Adjust as needed */
  height: 100px; /* Adjust as needed */
  border-radius: 50%;
}

.card {
  position: absolute;
  width: 80px; /* Adjust as needed */
  height: 80px; /* Adjust as needed */
  text-align: center;
  transform-origin: center center;
}

.card a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.card img {
  width: 40px; /* Adjust as needed */
  height: 40px; /* Adjust as needed */
}

.card span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}/* End custom CSS */