h2{
  font-size: 2rem !important;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}

h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: black;
  border-radius: 2px;
}