.title-with-border-content {
  margin-top: 20px;
}

.border-line {
  margin: 50px 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}


@media (max-width: 768px) {
    .border-line {
        margin: 30px 0;
    }
}
