.title-section {
  padding: 2.5rem 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
div.pfq-notify-page h1.title-section__title-text {
  margin: 0;
}

.title-section__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
}
.title-section__title-text {
  margin: 0 1rem 1rem 0;
  font-size: 2.5rem;
  line-height: 1.15;
  font-weight: 500;
}

@media (max-width: 632px) {
  .title-section {
    padding: 2.5rem 0 1rem;
  }
}

.title-section__total-count {
  margin: 0 1rem 1rem 0;
  font-size: 1.8rem;
  line-height: 1.15;
  font-weight: 400;
  color: #bdc2d3;
}

.title-section__title .a-cart-page__remove-all {
  margin-left: auto;
}
