@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	
}

h1{ font-size: 36px;
	font-weight: 900;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 100px;
	}

h2{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p{
	font-size: 14px;
	line-height: 20px;
	margin-top: 0;
	padding-top: 0;
}

a, a:hover, a:focus{
	text-decoration: none;
}


.f25{
	font-size: 25px;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.container{
	width: 800px;
	margin: auto;
	box-sizing: border-box;
}

.mt-100{
	margin-top: 100px;
	
}

.flex-container {
  display: flex;
	flex-wrap: nowrap;
}

.boxM{
	color: #fff;
	background-color: #eb670d;
	padding: 20px;
	box-sizing: border-box;
	text-align: justify;
	position: relative;
	width: 45%;
	margin-right: 5%;
	min-height: 360px;
}

.boxM img{
	margin-top: 20px;
	width: 100%;
	height: auto;
	max-width: 295px;
	margin-bottom: 60px;
}

.boxM a{
	display: inline-block;
	background-color: #fff;
	padding: 15px;
	color: #eb670d;
	font-size: 21px;
	font-weight: bold;
	margin-top: 30px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.boxS{
	color: #fff;
	background-color: #e33534;
	padding: 20px;
	box-sizing: border-box;
	text-align: justify;
	position: relative;
	width: 45%;
	margin-left: 5%;
	
}

.boxS img{
	margin-top: 20px;
	width: 100%;
	height: auto;
	max-width: 282px;
	margin-bottom: 30px;
}

.boxS a{
	display: inline-block;
	background-color: #fff;
	padding: 15px;
	color: #e33534;
	font-size: 21px;
	font-weight: bold;
	margin-top: 30px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}


.small{
	font-size: 12px;
	margin-top: 90px;
}


.small a{
	color: #000;
}

.small a:hover{
	color: #000;
	text-decoration: underline;
}

@media only screen and (max-width: 968px){
	
	h1{
	margin-top: 50px;
	}
	
	.container{
		width: 100%;
		padding: 0 15px;
		
	}
}

@media only screen and (max-width: 767px){
	
	h1{
	margin-top: 20px;
	}
	
	.container{
		width: 100%;
		padding: 0 15px;
		
	}
	.flex-container {

	flex-wrap: wrap;
}
	
	.boxM{ width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.boxS{ width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	.mt-100{
	margin-top: 50px;
}

	.small{
	margin-top: 20px;
}
	
	.boxM a, .boxS a{
		position: inherit;
	}

	
}

