.stat-circles-module{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:40px;justify-content:space-between;padding:60px 20px}.text-block{flex:1 1 300px;max-width:400px}.text-block h2{font-size:2rem;font-weight:700;margin-bottom:16px}.text-block .paragraph{color:#5d8ae8;font-size:1rem}.circles-wrapper{display:flex;flex:2 1 600px;flex-wrap:wrap;gap:20px;justify-content:space-around}.circle{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;box-sizing:border-box;display:flex;flex-direction:column;height:245px;justify-content:center;padding:20px;text-align:center;width:245px}.circle .big-text{color:#fff;font-size:74px;font-weight:800}.circle .small-text{color:#fff;font-size:18px;line-height:24px}@media (max-width:768px){.stat-circles-module{flex-direction:column;text-align:center}.circles-wrapper{align-items:center;flex-direction:column}.circle{height:265px;margin-bottom:20px;width:265px}}