.borderline {
  width: 100%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
}
@media (max-width: 768px) {
  .borderline {
    width: 90%!important;
  }
}
