.alignment {
    display: inline-block;
}

.whole-wrapper .copyrightNew,
.whole-wrapper .copyrightNew a {
    letter-spacing: 1.8px;
}

/* device related css */
@media only screen and (max-device-width: 1024px) {
    .alignment {
        display: block;
    }

    span.hidePipe {
        display: none;
    }

}