.topper__wakad .wakad__boxes p:nth-child(2),.combined__year__card__two .inner__toper__img p:nth-child(1),.topper__hadapsar .hadapsar__boxes p:nth-child(2){
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.topper__wakad .wakad__boxes p:nth-child(3),.topper__hadapsar .hadapsar__boxes p:nth-child(3){
    background: #6647D0;
    display: inline-block;
    border-radius: 40px;
    color: white;
    padding: 20px 30px;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
}
.topper__wakad .wakad__boxes p:nth-child(5),.topper__hadapsar .hadapsar__boxes p:nth-child(5){
    background: #F5C959;
    padding: 10px 20px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.topper__card,.topper__hadapsar .topper__card{
    background: #ffffff;
    box-shadow: 0px 0px 7px 3px #cecece;
    border-radius: 10px;
    padding: 20px 0;
}
.topper__hadapsar .topper__card{
background-color: #F6F4EE;
}

.topper__wakad{
background-color: #F6F4EE;
}

.topper__card:hover{
    box-shadow: 0px 0px 19px 2px #6647d0b5;
    transition: 0.5s ease-in-out;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .toper__combined__wrapper{
        flex-direction: column;
        align-items: center;
    }
    .combined__year__card__two .toper__combined__wrapper{
        gap: 0 !important;
    }
    .icse__result__wrapper{
        padding: 50px 0;
    }
    .topper__hadapsar,.topper__wakad{
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .wakad-topers-one .col-md-3 {
        flex: 0 0 auto;
        width: 23%;
    }
}
 