@charset "UTF-8";
/* CSS Document */





















.nxt-h2 {
  background: #00a340;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  max-width: fit-content;
  position: relative;
  height: 38px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  padding-right: 30px;
  line-height: 1;

  &::before {
    position: absolute;
    content: " ";
    background-image: url(/wp-content/themes/understrap/img/arrow_left.png);
    height: 40px;
    width: 22px;
    left: 0;
    background-blend-mode: multiply;
  }

  &::after {
    position: absolute;
    content: " ";
    background-image: url(/wp-content/themes/understrap/img/arrow_right.png);
    width: 18px;
    height: 38px;
    right: 0;
    background-blend-mode: multiply;
  }
}

