.elementor .e-4f8ce2e-189b9d2{padding-inline-start:3%;display:flex;flex-direction:row;.topic-circle {
  aspect-ratio: 1;
  display: flex;
  border-radius: 50%;
  box-shadow: 2px 0px 10px#000;
  padding: 5%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  color: var(--Blue);
  position: relative;
  border: solid 5px transparent; 
  background-color: #FFF;
  margin-left: -3%;
 }

    .topic-circle h4 {
      z-index: 2;
    }
 .topic-circle::before {
  content: '';
  position: absolute;
  width: 94%;
  height: 94%;
  z-index: 0;
  margin: -5px; 
  border-radius: inherit;
  background: linear-gradient(to bottom, var(--Green), var(--Blue));
 }
  .topic-circle::after {
  content: '';
  position: absolute;
  width: 85%;
  height: 85%;
  z-index: 0;
  margin: -5px; 
  border-radius: inherit;
  background: #FFF;
 }\n}