.toppers-section-row{
box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;  
border-radius: 5px;  
}
.toppers-section-heading{
font-size: 24px;
font-weight: 700;  
border-bottom: 1px solid #fc9928;  
}
.more-toppers-btan{
-webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 40%) right / 350% 100%;
background-repeat: no-repeat;
animation: shimmer_mentor 2s infinite;
margin-top: 0px;
color: white;
display: inline-block;
padding: 2px 15px;
border: none;
border-radius: 5px;
background: #d60000;
text-align: center;
font-weight: 400;
}
.more-toppers-btan:hover{
background: #d60000;  
color: white;  
}
@keyframes shimmer_mentor{
100% { -webkit-mask-position: left; }}
.topers-list-img{
margin-top: 10px;    
}
.topers-list-img>img{
box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
padding: 5px;
border-radius: 8px;
border: 1px solid #d60000;
width: 100%;
}
@media only screen and (max-width:575px){
.more-toppers-btan{
font-size: 12px;    
}    
}