@import "./Webfont/font.css";


/* responsive */

@media (max-width: 1000px) {
	.backgroung-gray {
		min-width: 800px !important;
	}
	.title {
		font-size: 30px !important;
	}
	.text {
		font-size: 25px !important;
	}
}

@media (max-width: 1000px) and (orientation: landscape){
	.backgroung-gray {
		min-width: 800px !important;
	}
	.title {
		font-size: 16px !important;
	}
	.text {
		font-size: 14px !important;
	}
	.w-top-image {
		max-width: 30%;
	}
	.w-logo {
		max-width: 7%;
	}
}

@media (max-width: 800px){
	.backgroung-gray {
		min-width: 500px !important;
	}
	.title {
		font-size: 16px !important;
	}
	.text {
		font-size: 14px !important;
	}
	.w-top-image {
		max-width: 30%;
	}
	.w-logo {
		max-width: 7%;
	}
}

/* common */

* {
	box-sizing: border-box;
}

.row {
	display: flex;
}

.column {
	flex: 50%;
}

.center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

body {
	font-family: "PwC Helvetica Neue" !important;
	line-height: 120%;
}

a {
	color: #D04A02;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/* new */

.backgroung-gray {
	background-color: rgba(231.62500709295273, 231.62500709295273, 231.62500709295273, 1);
	padding: 20px;
	border-radius: 14px;
	min-width: 500px;
}
.title {
	color:rgba(37.00000159442425, 37.00000159442425, 37.00000159442425, 1);
	font-family: "PwC Helvetica Neue" !important;
	text-align: left;
	font-size: 25px;
	line-height: 100%;
}
.text {
	color: rgba(105.00000134110451, 105.00000134110451, 105.00000134110451, 1);
	text-align: left;
	font-size: 22px;
	margin-top: 20px;
	line-height: 120%;
	text-align: justify;
}

.w-logo {
	width: 15%;
}
.w-top-image {
	width: 60%;
}
.content-center{
	justify-content: center;
}
.absolute {
	position: absolute;
	align-self: center;
}

.p-7 {
	padding: 7%;
}
.mt-15 {
	margin-top: 15%;
}
