.our-milstone-heading h2 {
    color: #000000;
    text-align: center;
    max-width: 689px;
    margin: auto;
    margin-bottom: 50px;
}
.our-milstone-heading h2 span {
    color: var(--color-primary);
    font-weight: 700;
}
.inner-counter-wrapper {
    position: relative;
}
.milestones-counter-sec .counter-wrap {
    background-color: #fff;
    box-shadow: 10px 14px 34px 0px rgba(0, 0, 0, 0.15);
    padding: 60px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 1;
}
.milestones-counter-sec .counter-item h4 {
    color: #4792C2;
}
.milestones-counter-sec .counter-item p {
    font-size: 28px;
    color: #111111;
}
.counter-wrap {
    background-color: #0468A9;
    background: linear-gradient(272.81deg, #73B2DB 8.01%, #418CBD 105.34%);
    padding: 47px 130px;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    z-index: 1;
    width: 100%;
    justify-content: center;
}
.counter-item-inner {
    max-width: 23%;
    width: 100%;
}
.counter-item-inner h3 {
    font-weight: 800;
    line-height: 71.41px;
    text-align: center;
    color: white;
    margin-bottom: 9px;
}
.counter-item-inner p {
    font-weight: 700;
    text-align: center;
    color: white;
    text-transform: capitalize;
    margin-bottom: 0px;
}
/* responsiveness  */
@media(max-width: 991px) {
    .counter-wrap {
        padding: 30px;
    }
}
@media(max-width: 767px) {
    .milestones-counter-sec .counter-wrap {
        padding: 30px;
        margin-bottom: 20px;
    }
    .milestones-counter-sec .counter-item p {
        font-size: 22px;
        line-height: 1.2;
    }
    .milestones-counter-sec .counter-wrap {
        justify-content: center;
    }
    .text-main-why-train {
        font-size: 14px;
        line-height: 1.8;
    }
    .counter-item-inner {
        max-width: 245px;
    }
    .counter-wrap {
        border-radius: 100px;
    }
    .our-milstone-heading h2 {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
    .counter-item-inner {
        max-width: 200px;
    }
    .our-milstone-heading h2 {
        margin-bottom: 20px;
    }
}
@media(max-width: 455px) {
    .counter-wrap {
        padding: 10px;
        border-radius: 100px;
        gap: 6px;
    }
    .counter-item-inner {
        max-width: 160px;
    }
    .counter-item-inner h3 {
        margin-bottom: 0px;
    }
}