/*
Theme Name: Astra Child
Author: Suneeb K
Description: Astra Child Theme
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

p:nth-last-child(1) {
    margin-bottom: 0px;
}

 .counter_box {
     padding: 50px 30px;
     border: 1px solid #e4e4e4;
     border-top: 0px;
 }
 .counter_box div.empty_space {
     height: 100px;
 }
 .counter_box p.para {
    text-align: left;
    font-family: "Inter Tight", Sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #1C0C3D;
 }
 .counter_box p.counter { text-align: left;
    font-family: "Inter Tight", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #1C0C3D;
    position: relative;
    padding-left: 30px;
 }
  .counter_box p.counter span {
    position: absolute;
    left: 0;
    top: 0px;
  }