.sharktooth {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid;
  margin: 0 auto;
}

.sharktooth.white {
  border-top-color: #fff !important;
}

.sharktooth.brand-green {
  border-top-color: #2fc48d !important;
}

.sharktooth.brand-grey {
  border-top-color: #f4f4f4 !important;
}

.sharktooth.small {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
}

.sharktooth.large {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid;
}