.circleList *{box-sizing:border-box}.circleList{align-items:center;display:flex;justify-content:space-between}.circleList_item{width:100%}.circleList_item,.circleList_text{align-items:center;display:flex;justify-content:center}.circleList_text{background:#eae5da;border-radius:100%;height:240px;text-align:center;width:240px}@media screen and (max-width:1200px){.circleList{display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin:auto;width:70%}.circleList_text{height:180px;width:100%}}@media screen and (max-width:767px){.circleList{gap:8px;width:100%}.circleList_item{justify-content:space-between}.circleList_text{height:220px}}