.custom-contacts::before {
  content: "";
  display: block;
  height: 40px;
  background: linear-gradient(to bottom, #ff9500 0%, #ffcc33 50%, #ff9500 100%);
  border-radius: 6px 6px 0 0;
  margin: -20px -20px 20px -20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}