.page-title {
  width: 100%;
}
.page-title__name {
  color: #202020;
  font-size: 32px;
  font-weight: 700;
  height: 137px;
  line-height: 46px;
  padding: 50px 0 40px;
}
.page-title__border {
  background: #dfdfdf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 1px;
}
