span.lou-start-now-btn {
	background: #f59e2c !important;
    border: none;
    padding: 10px 40px;
    border-radius: 10px;
    transition: all 0.3s;
}

span.lou-start-now-btn:hover {
	background: rgb(232, 138, 11) !important;
}

.hero-text {
	text-align: center;
    margin-bottom: 30px;
    padding-top: 40px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.hero-text h2 {
	font-size: 60px !important;
    display: block;
    font-weight: 600;
}

.hero-image {
    text-align: center;
    width: 100%;
    margin: auto;
    max-width: 1200px;
}
.hero-image-qrscan {
    text-align: center;
    width: 100%;
    margin: auto;
    max-width: 2000px;
}
.hero-image img {
    width: 100%;
    min-width: 800px;
    height: auto;
    margin: 0 calc(-50% - 400px);
}
.hero-image-qrscan img {
    width: 100%;
    height: auto;
    max-width: 2000px;
    margin-top: 60px;
}

.more-info-wrapper {
	width: 100%;
	text-align: center;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.lou-trust-by {
	background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
	color: #ffffff;
	text-align: center;
}

.lou-trust-by img {
	max-width: 1080px;
	margin-top: 46px;
}
.companies-wrapper {
	width: 95%;
	max-width: 1200px;
	margin: auto;
}

.companies-wrapper div  {
	display: flex;
	justify-content: center;
}
.companies-wrapper div a {
	padding: 5px 20px;
}
.companies-wrapper div img {
	width: auto;
	height: 80px;
}

.lou-admin-wrapper {
	max-width: 1200px;
    width: 95%;
    margin: auto;
}
.lou-admin-wrapper div img {
	width: 100%;
	height: auto;
}
