Oh okay, yeah, I looked at that site! On your homepage you have the containers set to 1100 px, I think that causes the issue. Looks fine if I deactive that.
.brxe-container {
align-items: flex-start;
display: flex;
flex-direction: column;
margin-left: auto;
margin-right: auto;
width: 1100px;
}