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

body {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	margin: 0px;
}

h1 {
	font-size: 36px;
	font-weight: 400;
}

amini {
	font-size: 1px;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: black;
}

.link:hover {
	color: grey;
}

.highlight {
	font-size: 36px;
}

#wrapper{
	width: 860px;
	margin: auto;
	margin-top: 140px;
	margin-bottom: 140px;
}

#back a{
	height: 24px;
	margin: 60px 0px 50px 0px;
	display: flex;
	align-items: center;
	line-height: 24px;
}

.row {
	width: 700px;
	display: flex;
	justify-content: space-between;
	padding: 50px 80px;
}

.box {
	width: 300px;
	font-size: 24px;
	font-weight: 500;
	font-style: italic;
}

.box2 {
	margin: 20px 0px 50px 80px;
}

/* --- RESPONSIVE --- */

@media (max-width: 1024px) {

#wrapper{
	margin-top: 80px;
}

}


@media (max-width: 768px) {

body {
	font-size: 16px;
	line-height: 32px;
}
	
#wrapper{
	width: 94%;
}

.row {
	height: 340px;
	width: 300px;
	flex-direction: column;
}

#back {
	margin: 20px 0px;
}

}


@media (max-width: 375px) {

.row {
	height: 275px;
	padding: 25px;
}

}