.Header__menuWrapper {
	display: block;
  	background: white;
}

.Header__logotxt {
	color: #191a1c;
}

.Header__headerBg {
    /* background: top center fixed !important; */
    background-size: contain;
    /* width: 50%; */
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
  	height: 500px;
  	margin: 50px 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
}
.ModuleItem__moduleTitle {
	font-weight: 500 !important;
}

.TitleContainer__title {
	font-weight: 500 !important;
}
