.elementor-413 .elementor-element.elementor-element-5376f83a{--display:flex;}.elementor-413 .elementor-element.elementor-element-f8e5f2d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-699b9a9 */.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 */
/* Start custom CSS for heading, class: .elementor-element-546b981 */.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-eda323b */.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 */