.gradient-line[data-v-ba1925e8] {
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  position: relative;
  z-index: 2;
  background-color: #000;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  background-size: 34.375vw 1px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 0) and (max-width: 767px) {
.gradient-line[data-v-ba1925e8] {
    display: none;
}
}