.bg-image {
		background-repeat: no-repeat;
		background-size: 1716px 965px;
		width: auto;
		padding-top: 158px;
		padding-bottom: 300px;
		background-position: 50% 50%;
		background-position-y: calc(50% + 0px);
		background-attachment: fixed !important;
		background-repeat: no-repeat !important;
		transition: background-position 0s !important;
}


.row_inner {
		width: 100%;
}


.row_inner>.module_column {
		align-items: flex-start;
		align-content: flex-start;
}

.full-width {
		margin-left: 0;
		clear: left;
		width: 100%;
}

.module.module-text p {
		text-align: center;
		font-size: 70px;
		position: relative;
		bottom: 33px;
		color: #000;
}

.module.module-text.center {
		text-align: center;
		font-size: 70px;
		position: relative;
		box-sizing: border-box;
}


.banner_text_wrap {
		color: rgba(0, 0, 0, 1);
		background-clip: border-box;
		background-image: none;
		text-shadow: 1px 1px 1px rgb(102 6 6);
}
@media screen and (max-width: 680px){
		.module.module-text p {
				text-align: center;
				font-size: 35px;
				position: relative;
				bottom: 10px;
				color: #000;
				left: 45px;
		}

		.bg-image {
				background-position: 29.33% 50.25%;
				background-size: 1611px 906px;
				padding-top: 159px;
				padding-right: 88px;
				padding-bottom: 302px;
		}
}
@media screen and (max-width: 380px){

		.module.module-text p {
				text-align: center;
				font-size: 35px;
				position: relative;
				bottom: -1px;
				color: #000;
				left: -1px;
				line-height: 0.8;
				max-width: 362px;
		}	
		.bg-image {
				background-size: 1672px 940px;
				background-position: 29.33% 46.25%;
				padding-bottom: 322px;
				padding-right: 0px;
		}
}
