body{
  margin-bottom: 2rem !important;
}
.home_header{
  width: 96%;

  margin: 1rem auto;
  text-align: center;
  position:relative;
}
.home_header_banner{
  width: 100%;
  height: 50rem;
  object-fit: cover;
}
.home_header_text{
  position: relative;

}

/* ADVENTURE AWAITS
    CONTENT
*/
.home_adventure-awaits{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 100%;
}

/*
TEXT FIELDS : IMAGE
*/
.home_adventure-awaits-content{
  display:flex;
  justify-content: space-between;
  padding:2rem;
  box-sizing: border-box;
  background-color: #424549;
  width: 90%;
}
/*
[ IMAGE ]
*/

.home_adventure-awaits-content--img{
  width: 37rem;
}

/*
TEXT1
SMALLER TEXT,

TEXT2,
SMALLER TEXT
*/
.home_adventure-awaits-content_text{
  display:flex;
  flex-direction: column;
  padding: 3rem;
  box-sizing: border-box;
  gap:5rem;
}

.home_adventure-awaits-content_text--1{
  display: flex;
  flex-direction: column;
}

h2{
  margin:0;
}
h3{
  margin:0;
}
