.banner-container {
  height: 72px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12.6px;
  background-color: rgba(55, 55, 55, 0.3);
}

.banner-placeholder {
  font-size: 26px;
  font-weight: 500;
  color: #646464;
}
