    .line{
        position: absolute;
}
    .line::after{
  content: '';
    width: 30px;
    height: 1px;
    background-color: #D7AE95;
    position: absolute;
    left: -15px;
    top: 0;
    z-index: 1;
}
    .line::before{
  content: '';
    width: 30px;
    height: 1px;
    background-color: #D7AE95;
    position: absolute;
    left: -15px;
    bottom: 0;
    z-index: 1;
}
 