.global-counters {
  width: 60%; }

.global-copyright {
  width: 40%; }

@media screen and (max-width: 960px) {
  .global-counters {
    width: 50%; }

  .global-copyright {
    width: 50%; } }

@media screen and (max-width: 768px) {
  .global-counters {
    width: 100%;
    text-align: center; }

  .global-copyright {
    width: 100%;
    text-align: center;
    padding: 0; } }
