/*========================================================================== * Counter CSS ==========================================================================*/ .counter__one { background: var(--color-2); &-area { display: flex; position: relative; width: 100%; flex-wrap: wrap; align-content: flex-start; justify-content: space-between; gap: 25px; &-item { width: 270px; height: 270px; border: 1px solid var(--border-color-2); border-radius: 50%; text-align: center; display: flex; flex-direction: column; justify-content: center; h2 { font-size: 56px; line-height: 66px; } p { font-size: 18px; margin-bottom: 0; } } .counter__two-area-item { p { margin-bottom: 0; } h2 { font-size: 56px; line-height: 66px; } } } } @media (max-width: 991px) { .counter__one-area { justify-content: center; } }