/**********************************************
*** GENERAL
**********************************************/




h1 {
    font-size: 45px;
    font-weight: 600;
    font: Calibri, Arial;
    color: #0e6a35;
}

h3 {
    font-weight: 400;
    font-size: 25px;
    color: #dfffec;
}



.measure {
    font-size: 30px;
}


.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.wrapper {
	background-color: #c3e8c9;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}


.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.wrapper1 {
	background-color: #618667;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
	padding-bottom: 10px;
}
p {
	width: 700px;
	position:relative;
	text-align: justify;
	transform: translate(-50%, -50%);
	font-size: 18px;
	padding-bottom: 20px;
	left: 15%;
}

.news {
	width: 700px;
	position:relative;
	text-align: justify;
	left: 0%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	padding-bottom: 20px;
}

.imag {
	width: 700px;
	position:relative;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding-bottom: 20px;
    border: 0;}

.container {
    width: 1140px;
    margin: 20px auto 0 auto;
}


button {
    color: #e6e6e6;
    background: #85ac85;
    border: none;
    font-family: Lato;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s;
}

.bad {
    color:#d30911;
}
.good {
    color:#075f07;
}
.btn-hold { top: 467px;}
