
@media screen and (max-width: 768px) {
    .alingWhenSmall{
      justify-content: center;
      display: flex;
      align-items: center;
      flex-direction: column;
    }
  }

  @media screen and (max-width: 976px) {
    .resizeWhenSmall{
      width: 100% !important;
    }

    .lastElementSpace{
      margin-bottom: 3rem;
    }
  }