@font-face {
	font-family: 'Poalim';
	src: url('./fonts/Poalim-Regular.eot'), /* IE9 Compat Modes */
	url('./fonts/Poalim-Regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('./fonts/Poalim-Regular.woff') format('woff'); /* Pretty Modern Browsers */
	font-weight: normal;
}

body {
	background-color: #f1f6fb;
	color: #0a294c;
	font-family: Poalim;
	margin: 0 15px;
}

.center_content {
	display: flex;
	justify-content: center;
}

.logo {
	margin-top: 71px;
}

.main_img {
	margin-top: 81px;
}

.img_size {
	width: 253px;
	height: 289px;
}

.titles {
	margin-top: 32px;
	margin-bottom: 40px;
}

.main_title {
	margin: 0;
	font-size: 50px;
	font-weight: normal;
}

.sub_title {
	margin: 0;
	font-size: 25px;
	font-weight: 300;
	text-align: center;
}

.btn_style {
	width: 200px;
	height: 43px;
	border-radius: 24.5px;
	box-shadow: 0 3px 9px 0 rgba(239, 34, 34, 0.29);
	background-image: linear-gradient(to right, #c01039, #dc1223 67%, #de1e1e 84%, #e02a19);
	text-align: center;
}

.color_text_btn {
	color: white;
}

.link_style {
	width: 98px;
	height: 43px;
	text-align: center;
	margin-right: 34px;
}

.color_text_link {
	text-decoration: none;
	color: #525252;
}

.color_text_link:after {
	display: inline-block;
	content: " ";
	width: 15px;
	height: 15px;
	background: transparent url(../404/assets/arrow.png) no-repeat center center;
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.center_text {
	font-size: 20px;
	text-decoration: none;
	line-height: 45px;
}

@media only screen and (max-width: 788px) {
	.logo {
		margin-top: 50px;
	}
	.main_img {
		margin-top: 50px;
	}
	.main_title {
		font-size: 35px;
	}
	.sub_title {
		font-size: 16px;
	}
	.img_size {
		width: 178px;
		height: 202px;
	}
	.link_style {
		margin-right: 17px;
	}
	.btn_style {
		width: 149px;
		height: 36px;
		border-radius: 22px;
	}
	.link_style {
		width: 88px;
		height: 43px;
		text-align: center;
		font-size: 18px;
	}
	.color_text_link:after {
		margin-right: 0px;
	}
	.center_text {
		line-height: 35px;
	}
}
