.a250-banner {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  text-decoration: none;
}

.a250-banner-title {
  background-color: #cc3441;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  height: 38px;
  letter-spacing: 3px;
  line-height: 38px;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.a250-banner::after {
  aspect-ratio: 103/62;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 103.52 62.21'%3E%3Cpath fill='%23fff' d='M0 0h103.52v62.21H0z'/%3E%3Cpath fill='%23cc3441' d='M41.61 13.9h61.91v6.7H41.61zm0 13.83h61.91v6.7H41.61zm0-27.73h61.91v6.78H41.61zM0 41.56h103.52v6.7H0zm0 13.82h103.52v6.83H0z'/%3E%3Cpath fill='%23cc3441' d='M0 0h41.77v34.39H0z'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 38px;
  margin-left: -1px;
}
