.coming-style-3{ .heading-area{ margin-bottom: 40px; h2.title { font-size: 42px; } } .counter-area{ display: inline-block; } #clock{ display: flex; width: 363px; margin: auto; p { min-width: 70px; font-size: 20px; padding: 5px 10px; } span{ display: block; width: 100%; text-transform: uppercase; text-align: center; &:last-child{ position: relative; font-size: 30px; font-weight: 700; &:before { content: ''; width: 32px; height: 2px; display: block; position: absolute; right: 0; left: 0; top: 3px; background-color: turquoise; // bottom: 0; margin: auto; } } } } }