/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	height: 100vh;
}

.wrapper {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
}

.holding {
	background: white;
	width: 582px;
	height: auto;
	padding: 56px 15px;
	margin: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 18px;
	z-index: 999;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

}

.holding__logo {
	width: 339px;
	margin-bottom: 30px;
}

.holding__title {
	width: 100%;
	margin: 0 0 18px 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	line-height: 46px;
	font-weight: 400;
	color: #D90915;
}

.holding p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	line-height: 31px;
	color: #313131;
	margin: 0 0 5px 0;
}

.holding__details {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.holding__details li a {
	font-size: 32px;
	font-weight: 800;
	line-height: 27px;
	color: #363d90;
	text-decoration: none;
}

.holding__details li a {
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	line-height: 46px;
	color: #18307F;
	font-weight: bold;
	text-decoration: none;
}

@media (max-width: 640px)  {
	.holding__logo {
		width: 225px;
		margin-bottom: 15px;
	}

	.holding__title {
		margin-bottom: 15px;
		line-height: 30px;
	}

	.holding__details li a {
		font-size: 25px;
		line-height: 35px;
	}
}