section.counters-section{
    padding: 0 0 100px 0;
}
.mentor-counter-heading{
    margin-top: 15px    ;
}
.counters-section h4{
    font-size: 20px;
    font-weight: 600;
}
.mentor-counter-section .item {
    width: 45%;
}
.box .item h1{
    font-size:75px;
    font-weight:400;
    text-align: center;
}
.box .item h2{
    font-size:25px;
    font-weight: 400;
text-align: center;
}
.mentor-counter-section .box:last-child{
    margin: 50px 0;
}

@media only screen and (max-width: 767px){
    .counters-section h4{
        font-size: 45px;
        font-weight: 600;
    }
    .box .item h1{
        font-size: 50px;
    }
    .box .item h2{
        font-size: 20px;
    }
    .mentor-counter-section .box:last-child{
        margin: 0;
    }
    .counters-section .box{
        justify-content: unset !important;
    }
section.counters-section{
    padding: 50px 0;
}
.mentor-counter-section {
    display: flex;
    margin: 15px 0px;
}
.mentor-counter-section>div {
    flex: 0 50%;
}
.mentor-counter-heading {
    margin-bottom: 30px;
}
.mentor-counter-section .item {
    width: 100%;
}
}