.achievement-section {
    padding: 50px 80px;
  
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.achivment-iitjee{
    /* padding: 50px 0 ; */
    overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading {
    font-size: 35px;
    font-display: flex;
    text-justify: auto;
}

.heding1 h1{
    color: var(--font-color);
}

.heading2 h1{
    color: var(--primry-color);
}
.massage {
    text-align: justify;
}

.box {
    padding: 10px 0 ;

}

.box-1{
    text-align: center;
}


.stat-number {
    font-size: 30px;
    font-weight: 700;
    color: #ecdd09;
    text-align: justify;
}

.stat-title {

    display: block;
    font-weight: bold;
    font-size: 1rem;
    /* margin-left: 5px; */

}

.stat-item {
    border-bottom: 2px dashed #1a15157a;
    /* padding: 8px 0; */
}

.text {
    /* margin-left: 15%; */
    color: #6c757d;
    display: flex;
    align-items: center;
}

.imgtag {
    display: flex;
    align-items: center;
}


/* .circle {
    display: inline-block;

    background: #f1e647;
    
    border-radius: 100%;
    margin-top: 100px;
height: 400px;
width: 400px; }*/




@media(max-width:1457px) {
    .heading {
        font-size: 25px;
    }

    .myimg img {
        /* padding-right: 50px; */

    }




}

@media(max-width:1200px)
{
    .achievement-section{
        padding: 50px ;
    }
}
@media (max-width:991px) {
    .heading {
        font-size: 20px;
        text-align: left;
        display: flex;

    }

    .text {
        padding-top: 2px;
        text-align: justify;
    }

    .massage {
        text-align: justify;
        
    }

    .achievement-section {
        padding: 50px 20px;

    }


}



@media (max-width:767px) {
 
    .heading {
        text-align: center;
        font-size: 25px;
        padding-left: 45px;
    }

    .massage {

        text-align: justify;
        font-size: 14px;
    }

    .text {
        
        font-size: 14px;
    }

    .achievement-section {
        padding: 50px 20px;
    }


}

@media(max-width:576px) {
 


    .circle {
        margin-left: 55px;
        width: 325px;
        height: 325px;
    }



}


@media(max-width:476px) {
    
    .text {
        
        font-size: 12px;
    }
    

}

@media(max-width:360px) {



}

