.copy-project {
  margin-bottom: 30px;
}


@include media-breakpoint-up(sm) {
  .copy-project {
    margin-bottom: 40px;

    &__col {
      display: flex;
      justify-content: center;
    }
  }
}

@include media-breakpoint-up(md) {
  .copy-project {
    margin-bottom: 50px;
  }
}
