.circles{display:flex;justify-content:space-around;margin-bottom:2rem}.circle{border:2px solid limegreen;border-radius:100%;padding:1rem;height:200px;width:200px;display:flex;align-items:center;margin:0 .5rem}.large-text{color:limegreen;font-size:3rem;font-weight:700;display:block;text-align:center;line-height:1.1}.small-text{color:white;font-size:1.2rem;display:block;text-align:center;line-height:1.1}@media screen and (max-width:1200px){.circle{height:170px;width:200px}}@media screen and (max-width:1100px){.circles{display:block;margin-bottom:2rem}.circle{border:0 none;border-bottom:2px solid limegreen;border-radius:0;padding:1rem 0;height:auto;width:auto;display:block;margin:0}}