
@font-face {
  font-family:Century_Gothic_Regular;
  src: url(../fonts/GOTHIC.TTF);
}
@font-face {
  font-family:Century_Gothic_Bold;
  src: url(../fonts/GOTHICB_0.TTF);
}


*{
	margin: 0;
	padding:0;
}
header{
	position: relative;
	padding:20px 0;
	width: 90%;
	margin: 0 auto;
}
.logo{
	text-align: center;
}
header p{
	position: absolute;
	bottom: 20px;
	right: 0;
	color: #3895a0;
	font-size: 18px;
	font-family: Century_Gothic_Bold;
}
.banner img{
	width: 100%;
}
.myContainer{
	width: 90%;
	margin: 0 auto;
}
.block_section{
	display: flex;
	justify-content: space-between;
	padding: 40px 0 30px;
}
.block_section .block{
	width: 30%;
}
.block_section .block img{
	width:60%;
	margin-bottom: 5px;
}
.block_section .block h5 {
	color: #9fa1a4;
	font-size: 14px;
	font-family: Century_Gothic_Bold;
	font-weight: 500;
	float: right;
	margin-top: 17px;
}
.block_section .block p{
	color: #000;
	font-family: Century_Gothic_Regular;
	font-size: 18px;
}
.block_section .block:last-child p{
	margin-top: 25px;
}
.block_section .block p span{
	font-family: Century_Gothic_Bold;
}
.block_section .block p a{
	color: #3895a0;
	text-decoration: none;
	font-family: Century_Gothic_Bold; 
}


@media all and (max-width: 1499px){
	.logo img{
		width: 200px;
	}
}

@media all and (max-width: 1199px){
	.block_section .block img{
		width: 170px;
	}
	.block_section .block h5 {
		font-size: 11px;
		margin-top: 12px;
	}
}

@media all and (max-width: 991px){
	.block_section{
		display: block;
	}
	.block_section .block{
		width: 100%;
		margin-bottom: 50px;
	}
	.block_section .block img{
		max-width: 270px;
		width: 100%;
	}
	.block_section .block h5 {
		float: right;
		margin-top: 17px;
		font-size: 18px;

	}
}

@media all and (max-width: 767px){
	.myContainer{
		max-width: 100%;
		width: auto;
		margin: 0 15px;
	}
	header p{
		position: static;
		text-align: center;
		font-size: 14px;
		margin-top: 15px;
	}

}
@media all and (max-width: 479px){
	.block_section .block h5{
		float: none;
		margin: 0 0 15px;
	}
}