@media (min-width: 900px) {
  header {
    width: 100%;
    display: flex;
    margin: 0 auto !important;
    padding: 0 !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .img_container {
    width: 100%;
    height: 400px;
  }
  header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  h1 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    margin-left: 10%;
    color: #000;
  }
  h4 {
    margin-left: 10%;
    font-size: 1.5em;
    color: #c4c4c4;
    width: 70%;
  }
  header p {
    margin-top: 1em;
    margin-bottom: 3em;
    margin-left: 10%;
    width: 80%;
  }

  .service {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    flex-basis: 33.33%;
    flex-grow: 2;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .service_avatar {
    width: 350px;
    height: 250px;
  }
  .service_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  .service_name {
    margin-top: 0.9em;
    font-size: 1em;
    width: 350px;
  }

  /*--------------------------------
    Section Home
    --------------------------------*/

  .section_home article {
    margin-top: 3em;
    margin-bottom: 3em;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .home_right {
    width: 80%;
  }

  article p {
    margin-top: 1em;
    margin-bottom: 3em;
    width: 80%;
    color: #c4c4c4;
  }
  .section_home h1 {
    margin-left: 0;
  }
  .home_services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  /*--------------------------------
    Section stay
    --------------------------------*/
  .section_stay {
    background-color: #f4f4f4;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .section_stay article {
    margin-top: 3em;
    margin-bottom: 3em;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .stay_right {
    width: 80%;
  }
  .section_stay h1 {
    margin-left: 0;
  }
  .section_stay p {
    margin-top: 1em;
    margin-bottom: 3em;
    margin-left: 0;
    width: 80%;
    color: #c4c4c4;
  }
  .stay_services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  /*--------------------------------
    Section travel
    --------------------------------*/
  .section_travel {
    background-color: #fff;
    padding-bottom: 3em;
    display: flex;
    flex-direction: row;
  }
  .section_travel article {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 3em;
    margin-bottom: 3em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .travel_right {
    width: 50%;
  }
  .section_travel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  .travel_left {
    width: 50%;
    height: 400px;
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .section_travel p {
    margin-top: 1em;
    margin-bottom: 3em;
    margin-left: 10%;
    width: 80%;
    color: #000;
  }

  .travel_services {
    width: 100%;
    margin-left: 10%;
    display: flex;
    flex-wrap: wrap;
  }
  .section_travel h1 {
    margin-left: 10%;
  }
  .section_travel p {
    margin-left: 10%;
  }

  /*--------------------------------
    Section team
    --------------------------------*/

  .section_team {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 3em;
    padding-bottom: 3em;
    display: flex;
    justify-content: center;
    background-color: #f4f4f4;
  }
  .team_img {
    width: 250px;
    height: 250px;
  }
  .section_team img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
  }
  .section_team p {
    margin-left: 10%;
  }
  .team_right {
    width: 70%;
  }

  /*--------------------------------
    Section perks
    --------------------------------*/

  .section_perks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 5em;
    margin-top: 5em;
  }
  .perks_card {
    display: flex;
    flex-direction: column;
    width: 20%;
    height: 100%;
  }
  .section_perks img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
  }
  .section_perks span {
    font-family: raleway-bold;
    font-size: 1.2em;
    margin-top: 1.5em;
    margin-bottom: 1em;
    text-align: center;
  }
  .section_perks p {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}

/*------------------------------------------------------------------------
**************************************************************************
Mobile
**************************************************************************
------------------------------------------------------------------------*/

@media (max-width: 900px) {
  header {
    width: 100%;
    display: flex;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .img_container {
    width: 100%;
    height: 300px;
  }
  header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  h1 {
    font-family: raleway;
    margin-top: 1.5em;
    margin-bottom: 1em;
    margin-left: 10%;
    margin-right: 10%;
    color: #000;
  }
  h4 {
    margin-left: 10%;
    font-size: 1.5em;
    color: #c4c4c4;
    width: 70%;
  }
  header p {
    margin-top: 1em;
    margin-bottom: 3em;
    margin-left: 10%;
    width: 80%;
  }

  /*--------------------------------
    Section Home
    --------------------------------*/

  .section_home article {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    margin-top: 3em;
    margin-bottom: 3em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home_right {
    width: 100%;
  }
  .section_home img {
    width: 100%;
    height: 300px;
  }
  .section_home h1 {
    margin-left: 0;
    width: 100%;
  }
  article p {
    margin-top: 1em;
    margin-bottom: 3em;
    width: 100%;
    color: #c4c4c4;
  }
  .home_services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  /*--------------------------------
    Section stay
    --------------------------------*/
  .section_stay {
    background-color: #f4f4f4;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .section_stay img {
    width: 100%;
    height: 300px;
    order: -1;
  }
  .section_stay article {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 3em;
    margin-bottom: 3em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section_stay h1 {
    margin-left: 0;
  }
  .stay_right {
    width: 100%;
  }

  .section_stay p {
    margin-top: 1em;
    margin-bottom: 3em;
    margin-left: 0;
    width: 100%;
    color: #c4c4c4;
  }
  .stay_services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  /*--------------------------------
    Section travel
    --------------------------------*/
  .section_travel {
    background-color: #fff;
    padding-bottom: 3em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .section_travel article {
    margin-bottom: 3em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .travel_right {
    width: 100%;
  }
  .section_travel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .travel_left {
    width: 100%;
    height: 400px;
    margin-bottom: 5em;
  }
  .section_travel p {
    margin-top: 1em;
    margin-bottom: 3em;
    margin-left: 10%;
    width: 80%;
    color: #000;
  }

  .travel_services {
    width: 100%;
    margin-left: 10%;
    display: flex;
    flex-wrap: wrap;
  }
  .section_travel h1 {
    margin-top: 1em;
    margin-left: 10%;
  }
  .section_travel p {
    margin-left: 10%;
  }

  /*--------------------------------
    Section team
    --------------------------------*/

  .section_team {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 3em;
    padding-bottom: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
    flex-direction: column;
  }
  .team_img {
    width: 250px;
    height: 250px;
  }
  .section_team img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
  }
  .section_team p {
    margin-left: 10%;
  }
  .team_right {
    width: 100%;
  }

  /*--------------------------------
    Section perks
    --------------------------------*/

  .section_perks {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 5em;
    margin-top: 5em;
  }
  .perks_card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 2em;
  }
  .section_perks img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
  }
  .section_perks span {
    font-family: raleway-bold;
    font-size: 1.2em;
    margin-top: 1.5em;
    margin-bottom: 1em;
    text-align: center;
  }
  .section_perks p {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .service {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .service_avatar {
    width: 100%;
    height: 250px;
  }
  .service_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  .service_name {
    margin-top: 0.9em;
    font-size: 1em;
  }
}
