.mentioned-card{
    padding:50px 0;
    text-align: center;
}
@media (max-width:768px){
    .mentioned-card{
        padding:38px 23px;
    }
}