@media (max-width: 768px) {
  .waves-mobile {
    height: 90px !important;
    margin-top: -1.5rem !important;

    &.none {
      display: none;
    }

    &.mg-top-0 {
      margin-top: -0.5rem !important;
    }

    &.mg-top-1 {
      margin-top: -1rem !important;
    }

    &.mg-bot-0 {
      margin-bottom: 0rem !important;
    }

    &.mg-bot-1 {
      margin-bottom: -0.5rem !important;
    }

    &.h-60 {
      height: 60px !important;
    }

    &.h-40 {
      height: 40px !important;
    }

    &.mg-top-4 {
      margin-top: -1.5rem !important;
    }
  }

  .box-profile {
    max-width: 220px !important;
  }

  .carousel-indicators {
    margin-bottom: 0 !important;
  }
}

p {
  &:last-child {
    margin-bottom: 0rem;
  }
}

.mg-top-4 {
  margin-top: -4rem !important;
}
