.adventure_content {
    padding: 5em 3em 3em !important;
}

@media screen and (max-width: 768px){
.adventure_content {
    padding: 3em 1em 3em !important;
}
}
