.policy-top { background-color: #286699; padding-bottom: 60px; } .policy-cnt { padding: 60px 0; @media (min-width: 1200px) { padding: 100px 0; } } .policy { &__title { max-width: 780px; word-wrap: break-word; } &__inner { max-width: 1030px; ol { counter-reset: my-counter; li { margin: 0; &:not(:last-child) { margin-bottom: 60px; } } } h2 { position: relative; padding-left: 42px; margin: 0px 0px 24px 0px; font-size: 32px; line-height: 36px; font-weight: 800; @media (min-width: 1200px) { padding-left: 48px; font-size: 36px; line-height: 44px; } &::before { content: counter(my-counter)'.'; counter-increment: my-counter; position: absolute; top: 0; left: 0; } } p { margin: 0; color: #4B4E53; font-size: 14px; line-height: 20px; font-weight: 500; @media (min-width: 1200px) { font-size: 16px; line-height: 24px; } &:not(:last-child) { margin-bottom: 20px; } } } }