.counter-section .stats {

    padding: 1% 0 1% 0px;
    gap: 8%;
}
.counter-section .stats span {
    font-weight: 600;
    font-size: 16px;

}
.counter-section .stat p {
    font-weight: 400;
    font-size: 13px;
    padding-top: 10px;
}
.counter-section {
    background: var(--secondary-color);;
    padding: 4% 0 4% 0;
}
.counter-section  .stat h6 {
    font-weight: 700;
    font-size: 65px;
    padding-bottom: 10%;
}