.b-collection-banner--container {
  font-family: var(--FONT-STACK-HEADING);
  font-size: 70.29px;
  font-weight: 400;
  line-height: 79.07px;
  text-align: center;
  padding-block: 45px;
  color: #000;

  background-size: cover !important;
}

@media (max-width: 768px) {
  .b-collection-banner--container {
    font-size: 30px;
    line-height: normal;
  }
}
