@media (max-width: $media-mobile) {
  .auth-social {
    grid-template-columns: repeat(4, 1fr);
  }
  .no-cssgrid {
    .auth-social {
      &__button {
        width: calc(25% - 10px / 1.25);
        &:nth-of-type(5) {
          margin-left: 0;
        }
      }
    }
  }
}
