#main h3.skip-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main h3.skip-link>a {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  padding-right: 19px;
  text-decoration: underline;
}
#main h3.skip-link>a::after {
  content: "";
  border-right: 2px solid #FF2424;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -1.5px;
  border-top: 2px solid #FF2424;
  width: 7px;
  height: 7px;
  transform: rotate(45deg) translateY(-50%);
}