.elementor-509 .elementor-element.elementor-element-255989b4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d4d3637 */.circle {
    width: 100px; /* Diameter: 2 * radius */
    height: 100px;
    background-color: lightgreen;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin: 10px; /* Optional spacing between circles */
}
.container {
    display: flex;
    justify-content: space-around;
}/* End custom CSS */