.hr-droid-a {
  display: flex;
}

.hr-line-a {
  width: 100%;
  position: relative;
  margin-right: 15px;
  margin-top: 20px;
  border-bottom: 1px dashed #819069;
}

@media (min-width: 992px) {
  .hr-line-a {
    width: 100%;
    position: relative;
    margin-right: 15px;
    margin-top: 40px;
    border-bottom: 2px dashed #819069;
  }
}

.line-color-a {
  border-color: #819069;
}

.heading-position {
  position: relative;
}

