.elementor-512 .elementor-element.elementor-element-ef23684{--display:flex;}/* Start custom CSS for heading, class: .elementor-element-1ce2956f */.circle2 {
    width: 100px; /* Diameter: 2 * radius */
    height: 100px;
    background-color: blue;
    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 */
/* Start custom CSS for html, class: .elementor-element-37b45500 */.circle2 {
    width: 100px; /* Diameter: 2 * radius */
    height: 100px;
    background-color: lightblue;
    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 */