.custom-titlebar {
  position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem 0;
	background-color: var(--color-white);

  .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.33;
    filter: blur(2px);
  }

  > .container {
    position: relative;
  }

	.title {
		margin-bottom: 0;
		text-align: center;
	}
}
