.divider-section .divider-border {
  background-repeat: no-repeat;
  color: transparent;
  background-size: 100%;
  background-position: 100% 0;
  height: 2vw;
}

@media screen and (max-width: 749px) {
  .divider-section .divider-border {
    background-size: 250%;
    background-position: 50% 0;
    height: 5vw;
  }
}
