@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.woff2') format('woff2'),
        url('../fonts/Impact.woff') format('woff'),
        url('../fonts/Impact.ttf') format('truetype'),
        url('../fonts/Impact.svg#Impact') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
	font-family: 'Raleway';
	font-size: 14px;
	line-height: 20px;
	color:#000;
}
body img {
	max-width: 100%;
}
.container {
	max-width: 800px;
	margin:0 auto;
}
.wrapper-logo {
	margin:20px 0 25px;
}
.wrapper-logo .logo-header{margin-bottom: 25px;}
.wrapper-logo img {
	max-width: 100%;
	display: block;
	margin:0 auto;
}
.title-h1 {
	font-size: 35.5px;
	font-weight:600;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	margin:0;
}
.title-h2{
	font-size: 26px;
	font-weight:600;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	margin:0;
	position: relative;
	padding-bottom: 50px;
}
.title-h2:after {
    left: calc(50% - 20px);
    content: '';
    display: block;
    position: absolute;
    border-top: 15px solid #e00b00;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 15px solid transparent;
    bottom: 10px;
}
.header-title img {
	margin:10px auto 0;
	display: block;
}
.list-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.list-item .item {
	width:23%;
	text-align: center;
	margin-right: 2%;
	font-size:17px;
}
.list-item .item:last-child{margin: 0}
.list-item .item p {
	margin:0;	
}
.list-item .item span {
	color:#e00b00;
	font-weight: 700;
	display: block;
}
.images-content {
	margin:40px 0;
}
.images-content img {width:100%;}
.readmore {
	text-align: center;
}
.readmore span {
	color:#fff;
	font-weight: 900;
	display: inline-block;
	font-size:20px;
	text-transform: uppercase;
	padding:10px;
	background-color: #e00b00
}
.title-h3 {
	font-family: 'Impact';
	font-size:28px;
	text-transform: uppercase;
	margin:25px 0;
	color:#78b72a;
	text-align: center;
}
.title-h3 span {color:#e00b00;}
p.desc {
	font-size: 16px;
	text-align: center;
	margin: 25px 0 50px;
}