@media screen and (max-width: 768px)
{
    .no-padding-right-mobile{
        padding-right: 0;
    }
}
