header {
    max-width: 1280px;
    margin: auto;
    width: 90%;
}

.br-header > .e-con-inner {
    display: flex !important;
    justify-content: space-between !important;
}

.br-header > .e-con-inner  .br-header-left{
    max-width: 20%;
}

.br-header > .e-con-inner  .br-header-right{
    max-width: 80%;
}

.br-freeze {
	overflow: hidden;
}

@media screen and (max-width: 600px) {
	.br-inner-hero::after {
		content: url(/wp-content/uploads/2024/10/Rectangle-29.png);
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: -20px;
	}
}