.adventures .adventures {
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #0055AA;
}
.adventures .adventures h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: white;
}
.adventures .adventures .line {
	width: 100px;
	height: 8px;
	background-color: white;
}
.adventures .adventures .adventures-content {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: justify;
	color: white;
}
.adventures img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: cover;
	object-position: center;
}
.adventures .btn.btn-primary {
	display: inline;
	padding: 10px 30px;
	border-radius: 0;
	font-weight: 500;
	background-color: white;
	color: #333;
	border-color: white;
}
.adventures .btn.btn-primary:hover,
.adventures .btn.btn-primary:focus {
	background-color: #DEDEDE;
}
@media(min-width: 992px) {
	.adventures .adventures {
		padding-top: 2em;
		padding-bottom: 4em;
	}
}
@media(min-width: 992px) {
	.adventures .adventures h2 {
		font-size: 2.5em;
	}
	.adventures .adventures .adventures-content {
		padding-right: 2rem;
	}
}